https://github.com/trstringer/test-tcp-port
Script to test connectivity to a TCP port
https://github.com/trstringer/test-tcp-port
Last synced: 3 months ago
JSON representation
Script to test connectivity to a TCP port
- Host: GitHub
- URL: https://github.com/trstringer/test-tcp-port
- Owner: trstringer
- Created: 2015-04-07T13:29:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-08T13:46:09.000Z (about 10 years ago)
- Last Synced: 2024-10-11T15:08:34.597Z (9 months ago)
- Language: PowerShell
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
**Test TCP Port**
*Description*
Test if you can connect to a particular TCP port by specifying either the hostname or IP address.
*Usage*
`.\test-tcp-port.ps1 -HostName "your_server_name" -Port 1434`