How to TEST network connection and TEST open Ports using PowerShell
Posted: 18 May 2022, 10:10
How to TEST network connection and TEST open Ports using PowerShell
Using FQDN:
Using IP Address:
Using FQDN:
Code: Select all
Test-NetConnection tool.hepek.local -Port 3389
Code: Select all
Test-NetConnection 192.168.0.10 -Port 3389