Technical Notes
Tuesday, January 5, 2016
Finding the Windows process that is holding a TCP port
netstat -ano | grep {port_number}
You can then read the process id from the report.
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)