PowerShell - Control Flow
What will this PowerShell for loop output?
for ($i=5; $i -gt 2; $i--) { Write-Output $i }What will this PowerShell for loop output?
for ($i=5; $i -gt 2; $i--) { Write-Output $i }15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions