Install Telnet using Windows Command Prompt and PowerShell

Install Telnet using PowerShell

Install-WindowsFeature -name Telnet-Client

Install Telnet using Command Prompt

dism /online /Enable-Feature /FeatureName:TelnetClient

Note: in either scenario, open the cmd or PowerShell as Administrator 

Comments