Checking Active TCP/IP Connections on Windows with PowerShell

Checking Active TCP/IP Connections on Windows with PowerShell https://ift.tt/2UtvogE Many administrators usually use the netstat console tool or graphic TCPView to display information about active TCP/IP connections and open TCP ports in Windows. Instead of netstat, you can use the Get-NetTCPConnection cmdlet in PowerShell to get information about active network connections in Windows, open TCP […]