Finding out all connections to a Server.

  • Thread starter Thread starter Leon
  • Start date Start date
L

Leon

In windows 2000 server, will using NETSTAT in the command prompt suffice to
show all foreign connections to the server?

Or is there another way to list all connections?

I know about NETSTAT -A but i think that list all local connections
regardless if their alive or not. Correct me if am wrong.
 
Look for "established" connections using "netstat -a"

--

Thanks,
Marc Reynolds
Microsoft Technical Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top