PowerShell - Cmdlets and Pipeline
What will be the output of this command?
1..5 | Where-Object { $_ % 2 -eq 0 }1..5 | Where-Object { $_ % 2 -eq 0 }15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions