Powershell telnet alternative

Just a quick note that you can use a Powershell cmdlet to test a network connection;

Test-NetConnection -ComputerName <name> -Port <port>

 

Leave a comment