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

From Tech-Wiki
Jump to: navigation, search
(Created page with "Category:Microsoft The telnet is now an optional feature which is not installed by default anymore. So you can use the PowerShell command below instead: PS C:\> Test-Net...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
[[Category:Microsoft]]
 
[[Category:Microsoft]]
  
The telnet is now an optional feature which is not installed by default anymore. So you can use the PowerShell command below instead:
+
The telnet command in not installed by default anymore. You can use this command below instead in a PowerShell prompt:
  PS C:\> Test-NetConnection -InformationLevel detailed -ComputerName portquiz.net -Port 666
+
  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