Finding port usage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any command to determine the port usage on a 2000 server, 2003 server and a PC running XP pro?

In other words I would like to know what ports are being used and what service the port is running, as well as which port are available.

MIke
 
Mike said:
Is there any command to determine the port usage on a 2000 server,
2003 server and a PC running XP pro?

In other words I would like to know what ports are being used and
what service the port is running, as well as which port are
available.

MIke

There's an updated release of PORTQRY.EXE available from MS which will
do most if not all of what you're after.

http://www.microsoft.com/downloads/...47-C74B-4638-A2D5-AC828BDC6983&displaylang=en

URL will most certainly wrap so ...

http://tinyurl.com/2pxva

Dean
 
Wow, this is a pretty nifty tool.

I had been using "netstat -ano" and "tlist -s" from the Debugging Toolkit
to correlate the same info that "PortQry -local" gives.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
Mike said:
Is there any command to determine the port usage on a 2000 server,
2003 server and a PC running XP pro?

In other words I would like to know what ports are being used and
what service the port is running, as well as which port are
available.

MIke

There's an updated release of PORTQRY.EXE available from MS which will
do most if not all of what you're after.

http://www.microsoft.com/downloads/...47-C74B-4638-A2D5-AC828BDC6983&displaylang=en

URL will most certainly wrap so ...

http://tinyurl.com/2pxva

Dean
 
Back
Top