Skip to main content

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

Be the first to reply!

Reply