Install Telnet in Windows EC2
Mohan Sharma

Mohan Sharma @mohan-sharma-cloud-architect

About: Multi-Cloud Solution Architect || GenAI and AgenticAI Enthusiast

Joined:
Apr 25, 2021

Install Telnet in Windows EC2

Publish Date: May 8 '25
0 0
  • Install Telnet Client
Install-WindowsFeature -name Telnet-Client
Enter fullscreen mode Exit fullscreen mode

  • Alternatively you can use Test-NetConnection PowerShell command. This is telnet equivalent to test connectivity to remote server
Test-NetConnection -ComputerName google.com -Port 443
Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment