- Install Telnet Client
Install-WindowsFeature -name Telnet-Client
- 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
Top comments (0)