PowerShell - Cmdlets and Pipeline
Which of the following is the correct syntax to list all processes and then sort them by CPU usage using the pipeline?
| must connect commands properly; Get-Process | Sort-Object CPU uses it correctly.Sort-Object CPU, which Get-Process | Sort-Object CPU uses correctly.| between commands and correct parameter names [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions