What Ports are Open in Windows?

I was installing a few different versions of Tomcat — to support legacy and new applications — on an existing server.  I needed to know what ports were available.

The windows command for doing this is:

netstat -a -no

You’ll get a list like this back:

Comments are closed.