PowerShell - Variables and Data Types
Identify the error in this PowerShell snippet:
if ($True) { Write-Output "Yes" } else { Write-Output "No" }if ($True) { Write-Output "Yes" } else { Write-Output "No" }15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions