Skip to content

Process Studio

Collaboration, Messaging, Security …

Menu
  • About
  • Navigation
  • Sample Page
Menu

How to enable telnet client using PowerShell

Posted on February 7, 2017 by wooway

Telnet is a quite useful connecitivity verification tool, especially during the system set up or troubleshooting. For some reason, mostly security concern, this feature is disabled since Windows Server 2008. But when you want a quick check, it’s really a pain to open the Server Manager and click, click, click… Fortunately we have PowerShell. So here is the one-line command to turn it on:

Add-WindowsFeature telnet-client

And another command to turn it off, before you log-off:

Remove-WindowsFeature telnet-client

Very cool!

Recent Posts

  • How to find out & reset WinHTTP Proxy Server Settings in Windows 10
  • How to Remove the Windows Recovery Partition
  • Command to reboot the Alteon device
  • Email disappeared in one click?
  • The Skype keypad Dilemma

© 2025 Process Studio | Powered by Superbs Personal Blog theme