Skip to content

Instantly share code, notes, and snippets.

@bogdangrigg
Created November 15, 2018 14:23
Show Gist options
  • Save bogdangrigg/96342ef76e27bc00c0ac639a376f9780 to your computer and use it in GitHub Desktop.
Save bogdangrigg/96342ef76e27bc00c0ac639a376f9780 to your computer and use it in GitHub Desktop.
Install the telnet client on Windows
Install-WindowsFeature -name Telnet-Client
# or
dism /online /Enable-Feature /FeatureName:TelnetClient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment