List all listening ports netstat -an |find /i "listening"
netstat -an |find /i "listening"
List a particular port # netstat -an |find /i "4848"
netstat -an |find /i "4848"
Get every new post delivered to your Inbox.