How to TEST network connection and TEST open Ports using PowerShell

Command prompt and PowerShell Forum
Post Reply
User avatar
hepek
Site Admin
Posts: 451
Joined: 24 Oct 2018, 00:03
Location: @HEPEK HQ
Contact:

How to TEST network connection and TEST open Ports using PowerShell

Post by hepek »

How to TEST network connection and TEST open Ports using PowerShell

Using FQDN:

Code: Select all

Test-NetConnection tool.hepek.local -Port 3389
Using IP Address:

Code: Select all

Test-NetConnection 192.168.0.10 -Port 3389
Test-NetConnection_PowerShell.PNG
You do not have the required permissions to view the files attached to this post.
Post Reply

Return to “PowerShell”