Telnet

From Piszczynski

Telnet

Install telnet - run

  • pkgmgr /iu:"TelnetClient"

In powershell:

  • Install-WindowsFeature "telnet-client"

Telnet Commands

Test connection from cmd or PS

  • telnet <hostname> <port>

Open telnet

  • telnet

Test connection/connect

  • o <hostname> <port>