Useful Powershell Commands Published on May 3, 2019 Author JFLeave a comment View all ports in use Get-NetTCPConnection | ? {$_.State -eq "Listen"} | sort LocalPort -Descending Tweet