Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
tutorial:adm:configuration_-_winrm [2019/06/12 11:31]
kucerar debug, erros
tutorial:adm:configuration_-_winrm [2019/06/12 12:31]
kucerar
Line 86: Line 86:
 Check if port is open and ready to connection, default ports are 5985 (HTTP) and 5986 (HTTPS):   Check if port is open and ready to connection, default ports are 5985 (HTTP) and 5986 (HTTPS):  
 Linux <code>nc -vz HOST PORT</code> Linux <code>nc -vz HOST PORT</code>
-Windows <code>Test-WSMan -ComputerName HOST</code>+Windows <code>Test-WSMan -ComputerName HOST 
 +or 
 +Test-netConnection HOST -Port PORT 
 +</code>
 Now we know if we are able to connect to the WinRM port. In case the port is not accessible it can be probably blocked in firewall. Now we know if we are able to connect to the WinRM port. In case the port is not accessible it can be probably blocked in firewall.
  
  • by erbenr