Easy way to install Telnet on Windows Server 2012
Sometimes you need that Telnet for testing if ports are open :-)
- Open a command prompt window as Administrator.
- Type the following command: pkgmgr /iu:"TelnetClient"
- Use Telnet.exe e.g.: telnet -a 10.10.10.10 1434
That is easy!
BTW port 1434 is for SQL Browser Service...