Windows 2003 Powershell problem in querying some remote Windows 2003 servers

  • Thread starter Thread starter James
  • Start date Start date
J

James

Hi,

I can't find a discussion group for Powershell, so i am trying my luck in
this group.

When i try to run Powershell command like "Get-WmiObject -Class
Win32_ComputerSystemProduct -ComputerName serverA" against remote serverA, i
received the error "Get-WmiObject : The RPC server is unavailable. (Exception
from HRESULT: 0x800706BA)".

The same command worked for some servers, but some other servers returned
the exact same error as listed above.

I have confirmed RPC is running on the source and target servers and there
is no Firewall between the two machines.

Appreciate your help and opinion on this problem i have. Thanks.
--
Regards,
James
 
Hello James,

microsoft.public.windows.powershell

Best regards

Meinolf Weber (Myweb)
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.

> Hi,
>
> I can't find a discussion group for Powershell, so i am trying my luck
> in this group.
>
> When i try to run Powershell command like "Get-WmiObject -Class
> Win32_ComputerSystemProduct -ComputerName serverA" against remote
> serverA, i received the error "Get-WmiObject : The RPC server is
> unavailable. (Exception from HRESULT: 0x800706BA)".
>
> The same command worked for some servers, but some other servers
> returned the exact same error as listed above.
>
> I have confirmed RPC is running on the source and target servers and
> there is no Firewall between the two machines.
>
> Appreciate your help and opinion on this problem i have. Thanks.
>
 
Back
Top