Get-WmiObject:RPC服务器不可用

时间:2015-03-24 11:44:22

标签: sql-server powershell wmi

当我尝试从服务器获取磁盘大小信息时,我收到以下错误。我正在使用的脚本对我的其他62个SQL服务器运行正常但是它无法连接到其中的3个。我不相信这是我的powershell脚本我认为它与服务器有关但我不知道在哪里看。

Get-WmiObject : The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)At F:\SQL_DB_SIZES\Disk Space 
Report.ps1:178 char:8
+  $dp = Get-WmiObject win32_logicaldisk -ComputerName $server |  Where-Object {$_ ...
+        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Get-WmiObject], COMException
    + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand

我在哪里开始麻烦拍这个?我假设在目标服务器,但我不知道在哪里看。

0 个答案:

没有答案