Pio's work related musings

Pio's work related musings

David  //  

Nov 16 / 1:05am

Netstat tips and tricks for Windows Server admins

What process is running on the open port: Tracking down which process identifier (PID) has a port open is quite easy when netstat is run with the -a -n -o combination of parameters

A useful article explaining the netstat command parameters, especially the example I'm always looking for which shows the process name.

Filed under  //  command line