Labels

Wednesday, February 10, 2016

Easy way to install Telnet on Windows Server 2012 server

Sometimes you need that Telnet for testing if ports are open ?
  1. Open a command prompt window as Administrator.
  2. Type the following command: pkgmgr /iu:"TelnetClient"
  3. Use Telnet.exe e.g.: telnet -a 10.10.10.10 1434
That is easy!