Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Powershell 使用>;从系统中使用WMI获取进程列表;90%的CPU使用率_Powershell_Wmi_Wmic - Fatal编程技术网

Powershell 使用>;从系统中使用WMI获取进程列表;90%的CPU使用率

Powershell 使用>;从系统中使用WMI获取进程列表;90%的CPU使用率,powershell,wmi,wmic,Powershell,Wmi,Wmic,我们正在使用WMI开发远程管理软件。从CPU使用率>90%的远程设备获取进程列表时出现问题。大多数情况下,我的WMIC命令超时。 我正在远程查询Win32_进程 有解决方案吗?在PowerShell中 Get-WMIObject -Query "Select * From Win32_PerfFormattedData_PerfProc_Process WHERE PercentProcessorTime>=90" 这有用吗

我们正在使用WMI开发远程管理软件。从CPU使用率>90%的远程设备获取进程列表时出现问题。大多数情况下,我的WMIC命令超时。 我正在远程查询Win32_进程 有解决方案吗?

在PowerShell中

Get-WMIObject -Query "Select * From Win32_PerfFormattedData_PerfProc_Process WHERE PercentProcessorTime>=90"
这有用吗