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.

No comments:

Post a Comment