Just a quick note that you can use a Powershell cmdlet to test a network connection;
Test-NetConnection -ComputerName <name> -Port <port>
Just a quick note that you can use a Powershell cmdlet to test a network connection;
Test-NetConnection -ComputerName <name> -Port <port>