Tag Archives: windows server 2012r2

Testing Port Connectivity with Powershell

From Windows Server 2012 R2 (Powershell V4) and above you can use the test-netconnection command in Powershell to test port connectivity The syntax is:- test-netconnection <servername> -port <port number> example:- test-netconnection myserver -port 5723  If you are on a version … Continue reading

Posted in Powershell for SCOM | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment