我正在尝试提取" NumberOfEnabledCore "价值来自" Win32_Processor " WMI类。当我执行" Get-WmiObject -class Win32_Processor |时选择* "在 Windows 8.1 中的Powershell中,我收到错误" Not Found"。 但是,当我在 Windows 10 中运行相同的脚本时,我正在获得" NumberOfEnabledCore"的价值。 有人可以协助这个WMI脚本行为吗?
感谢。 参考:https://msdn.microsoft.com/en-us/library/aa394373(v=vs.85).aspx