Hi folks,
I'm trying to
execute a command: $a = gwmi win32_bios -comp 140-pc
andget the following error message:Gwmi : The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
Remote computer is win 7
The following services are running on the computer
RemoteAccess Autoconnection manager
RemoteAccess Connection manager
Remote procedure Call ( RPC )
Remote procedure Call ( RPC ) Locator
Remote Registry
For DCOM there is Registry setting
Key: HKLM\Software\Microsoft\OLE
value: EnableDCOM: Y
On the firewall Windows Management Instrumentation ( WMI-In) rule is enabled
I'm trying to execute telnet 140-pc 135 -unsuccessfully
When I turn off the firewall, I get the correct result. when returning the firewall turn on again get the same error.
Please, help