This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.Synopsis | |
Tests the connectivity between two computers on a TCP Port | |
.Description | |
The Telnet command tests the connectivity between two computers on a TCP Port. By running this command, you can determine if specific service is running on Server. | |
.Parameter <ComputerName> | |
This is a required parameter where you need to specify a computer name which can be localhost or a remote computer |