Archive for July, 2008

Identify what Port(s) a Process/Program is Using

Wednesday, July 9th, 2008

Here’s a quick way to find out what port(s) a certain process/program is using. First, get the PID with tasklist. I’ll use the communicator.exe process in this example.


Next, use the PID to get the port number(s) with netstat.