我想获取在powershell中CPU列中任何进程的任务管理器中显示的值。
我尝试使用
Get-Process ProcessName | Select-Object -Property CPU
但它只返回花费的时间。
powershell
powershell ×1