PowerShell - Operators
Identify the error in this PowerShell statement:
if (-not $a -and $b) { Write-Output 'Valid' }if (-not $a -and $b) { Write-Output 'Valid' }15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions