I need a utility built into several versions of Windows (XP to Win7 specifically) that can tell me if a particular port is in use. I've found a few different ways for each OS, but I'm looking for a single command that works across all of them.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
Perhaps Netstat? netstat -h will give options. |
|||||||||||
|
This will link ports to processes. Very useful if you want to know what process is running on port X. For easy reviewing I redirect the output to a file
|
|||
|
|
|
If you use |
|||
|