View all ports in use
Get-NetTCPConnection | ? {$_.State -eq "Listen"} | sort LocalPort -Descending
A blog about curiosity being a good habit
View all ports in use
Get-NetTCPConnection | ? {$_.State -eq "Listen"} | sort LocalPort -Descending