Published on http://www.itswapshop.com (http://www.itswapshop.com)

Home > How to Find Listening Ports on Windows from Command Line

How to Find Listening Ports on Windows from Command Line

Submitted by ingram on Sun, 06/23/2013 - 10:56am
Find Listening Ports - Windows

Any version of Windows, including XP, Vista, 7, Server 2003, Server 2008, and Server 2012, you can use the netstat command to find listening ports on a system. This helps you are troubleshooting if a service or server is actually running on a system. Simply run the following command to find all listening ports on a system:

netstat -an | find /i "listening"

Find Listening Ports - Windows

Privacy Policy

support @ itswapshop . com


Source URL: http://www.itswapshop.com/tutorial/how-find-listening-ports-windows-command-line