Difference between revisions of "How to use telnet when this feature is not installed"

From Tech-Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
[[Category:Microsoft]]
 
[[Category:Microsoft]]
  
The telnet command in not installed by default anymore. So you can use this command below instead in a PowerShell prompt:
+
The telnet command in not installed by default anymore. You can use this command below instead in a PowerShell prompt:
 
  Test-NetConnection -RemoteAddress 10.1.1.1 -Port 23
 
  Test-NetConnection -RemoteAddress 10.1.1.1 -Port 23

Latest revision as of 02:19, 15 February 2021


The telnet command in not installed by default anymore. You can use this command below instead in a PowerShell prompt:

Test-NetConnection -RemoteAddress 10.1.1.1 -Port 23