Guest James Posted August 22, 2007 Posted August 22, 2007 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
Guest Meinolf Weber (Myweb) Posted August 22, 2007 Posted August 22, 2007 Re: Powershell problem in querying some remote Windows 2003 servers 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. >
Recommended Posts