I am Dale Hayter, a Microsoft and VMware certified Technical Consultant.

My blog has been built up over the years from my experience of working on an IT helpdesk and also from being out on-site.

Install Telnet Client with Powershell

Now and again you might want to use the telnet client on a server for testing. Unfortunately since 2008 and onwards Microsoft no longer pre install this. However with the Powershell commands below it will be quickly reinstated.

Import-Module servermanager
Add-WindowsFeature telnet-client