Wiki/TelNet

From Piszczynski
Revision as of 16:02, 6 September 2019 by piszczynski>Aleks (→‎Using Telnet to test open ports)

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