Friday, May 15, 2020

Powershell - Test if TCP port is open on Win server

Test-NetConnection -Port 801 -ComputerName 192.168.1.1 -InformationLevel Detailed


No comments:

Post a Comment