Hi
I have a strange situation.
DC1 - 192.168.1.1
SRV1 - 192.168.1.2
SRV2 - 192.168.1.3
Then i run the command on DC1: gwmi -class win32_process -computername SRV2 and get the proper result. Next i run the same command on SRV1 and got Get-WmiObject : The RPC server is unavailable. (Exception from HRESULT: 0x800706BA).
How is that possible that works from DC1 but not from SRV1? There is no firewall or any other obstacles. If there were problem with RPC for example then it shouldn't work neither from DC1.