How to check if a port is open?

  • 29 August 2019
  • 0 replies
  • 2 views

Badge +3

Open PowerShell as Admin and run the following command (in this example it checks for port 443 and computer name demotest1):

 

Test-NetConnection -Port 443 -ComputerName demotest1


0 replies

Be the first to reply!

Reply