PowerShell - Cmdlets and Pipeline
What will this command output?
Get-Service | Where-Object { $_.Status -eq 'Running' } | Select-Object -First 3Get-Service | Where-Object { $_.Status -eq 'Running' } | Select-Object -First 315+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions