Which of the following PowerShell commands will tell you which process on your system is using the most CPU resources?
Which of the following PowerShell commands will tell you which process on your system is using the most CPU resources?
- Get-Process | Sort CPU -descending | Select -first 1 -Property ID,ProcessName,CPU
- Get-Process | Sort RAM -descending | Select -first 1 -Property ID,ProcessName,CPU
- cpu_usage.exe | top -1
Get All Week Quiz Answer: