Fast way to add Telnet

I have no idea what Microsoft was thinking when they stopped installing Telnet as a standard part of the OS. It’s really frustrating for a systems admin to try to test port connectivity to be greeted by:

‘telnet’ is not recognized as an internal command, operable program of batch file.

Need to install it quickly? Copy these two commands and paste them into powershell. Paste them together, the line break will add the CR for you.

Import-Module servermanager
Add-WindowsFtelneteature telnet-client

And viola! Telnet will be there for you!

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: