


Running the same command locally works great. + FullyQualifiedErrorId : System.UnauthorizedAccessException, + CategoryInfo : NotSpecified: (:), UnauthorizedAccessException + gwmi -ComputerName myserver -class win32_computersystem (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) PS H:\> gwmi -ComputerName myserver -class win32_computersystem There are no firewalls running, and I can telnet port 135 successfully When I try the following powershell command, I get the following I have found that I am unable to connect over WMI remotely to one of my server (Windows Server 2003 Standard SP2).
