在远程计算机上工作时偶尔会出现此错误。我在哪台电脑上安装它是命中或错过。但是我能够ping通计算机并进行测试连接。例如,我今天收到此错误的计算机昨天可以访问。我知道电脑是开着的,因为它就在我旁边。
Get-WmiObject : The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
At line:1 char:14
+ get-wmiObject <<<< -Class win32_operatingsystem -ComputerName $current -Authentication 6 -credential $credential | Invoke-WMIMethod -name Win32Shutdown
+ CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException
+ FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand