Skip to main content
Nintex Community Menu Bar

How to check if a port is open?

  • August 29, 2019
  • 0 replies
  • 6 views

Lyubomir
Nintex Employee
Forum|alt.badge.img+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