Netstat Trick
Filed in archive Quickies by paul on January 16, 2006

Here's a tip found on Kirk Allen Evans' blog on how to use netstat to display all ports listening over TCP:
netstat -a -n -o -p TCP | findstr LISTENINGNote: This is for Windows 2000 / XP
Permalink: Netstat Trick
Tags:
netstat TCP/IP
Trackback: http://www.creative-weblogging.com/cgi-bin/mt-tb.pl/13933

























