Saturday, 26 August 2017

Enable Telnet Client in Windows 8 and Server 2012 Using PowerShell

1. Open the PowerShell window with "Run as Administrator".

2. In the PowerShell  window type the following line:
Import-Module servermanager

3. Then type:
Add-WindowsFeature telnet-client

No comments:

Post a Comment