cancel
Showing results for 
Search instead for 
Did you mean: 

How to enable telnet on Windows Server - it can be a handy connectivity / trouble shooting tool

Support_Sydney
Moderator

How to enable telnet on Windows Server - it can be a handy connectivity / trouble shooting tool

How to enable telnet on Windows Server - it can be a handy connectivity / trouble shooting tool, especially when Corporate Policy limits / restricts downloading and installing 3rd party tools like putty.

 

1 ACCEPTED SOLUTION

Accepted Solutions
Support_Sydney
Moderator

Re: How to enable telnet on Windows Server - it can be a handy connectivity / trouble shooting tool

How to enable telnet on Windows Server - it can be a handy connectivity / trouble shooting tool

Since Windows Server 2008, the telnet function has been disabled by default. Use the following to enable telnet from a command window:
1. Open a cmd window, preferably with elevated permissions.
2. Run the following command:
pkgmgr /iu:"TelnetClient"
3. The telnet function should now be enabled.

View solution in original post

1 REPLY 1
Support_Sydney
Moderator

Re: How to enable telnet on Windows Server - it can be a handy connectivity / trouble shooting tool

How to enable telnet on Windows Server - it can be a handy connectivity / trouble shooting tool

Since Windows Server 2008, the telnet function has been disabled by default. Use the following to enable telnet from a command window:
1. Open a cmd window, preferably with elevated permissions.
2. Run the following command:
pkgmgr /iu:"TelnetClient"
3. The telnet function should now be enabled.