0
我正在嘗試在PowerShell中使用WMI。爲了連接另一臺電腦,我用新的CimSession在Windows 7上不可用?
$CimSession = New-CimSession -ComputerName 127.0.0.1
但我得到了一個錯誤:
The term 'New-CimSession' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
任何想法?