Wiki/TelNet

From Piszczynski

Using Telnet to test open ports

You will need to enable Telnet in CMD

dism /online /enable-feature /featurename:telnetclient

Or use this in powershell

Install-WindowsFeature -name Telnet-Client

Then use command telnet <IP address or hostname> <portnumber>

If the window opens to a blank window it means the port is open