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