Test-NetConnection in Windows: the PowerShell replacement for ping, telnet and tracert
Test-NetConnection is the built-in PowerShell cmdlet that answers the three questions a sysadmin asks when something on the network stops working: can I reach the host at all, is the TCP port actually open, and which path does the traffic…