Doctor
Случайный прохожий
The powershell uses WinRM to communicate with remote machine and WinRM use HTTP/HTTPS. This can be WinRM connection problem with remote machine.
Firstly, check Firewall settings to make sure EMS doesn’t blocked by firewall.
Then, check Winhttp proxy setting if there are any proxy enabled. If that it is, try to add the problematic server to bypass list for test.
To check winhttp proxy setting:
netsh winhttp show proxy
To add bypass list:
netsh winhttp set proxy proxy-server="xxxxx" bypass-list="xxxx;Servername"
You can also try to remove proxy temporarily for test:
netsh winhttp reset proxy
Firstly, check Firewall settings to make sure EMS doesn’t blocked by firewall.
Then, check Winhttp proxy setting if there are any proxy enabled. If that it is, try to add the problematic server to bypass list for test.
To check winhttp proxy setting:
netsh winhttp show proxy
To add bypass list:
netsh winhttp set proxy proxy-server="xxxxx" bypass-list="xxxx;Servername"
You can also try to remove proxy temporarily for test:
netsh winhttp reset proxy