How to use telnet when this feature is not installed

From Tech-Wiki
Revision as of 02:19, 15 February 2021 by Jebr (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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