PowerShell - Cmdlets and Pipeline
What is the output of this command?
1..5 | ForEach-Object { $_ * 2 } | Where-Object { $_ -gt 6 }1..5 | ForEach-Object { $_ * 2 } | Where-Object { $_ -gt 6 }15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions