|
A question about firewall & powershell I always use gwmi to get information on remote computer. But some of them
enabled firewall. So I got error message like:
Get-WmiObject : The RPC server is unavailable. (Exception from HRESULT:
0x800706BA)
At line:1 char:5
Does anybody know how can I config Windows Firewall on remote server so I
can access it via Powershell?
Michael |