PowerShell - Cmdlets and Pipeline
What will be the output of the following command?
1..5 | Where-Object { $_ -lt 3 }1..5 | Where-Object { $_ -lt 3 }$_ -lt 3 means numbers less than 3.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions