Script: Test TCP port

The are many ways to test to see if a TCP port is open on another server. Some people use Telnet and some use Powershell cmdlets.   Telnet Pros: Legacy application and will work on older version of windows. Telnet Cons: Telnet is not installed by default, and you must enable this feature. When you get a connection, most of the times you must close the prompt and start a…

Read More