How can I see the currently connected users on my win2k serv

This is a discussion about How can I see the currently connected users on my win2k serv in the Windows Networking category; It is not running ative directory. .

Windows Networking 2246 This topic was started by ,


data/avatar/default/avatar03.webp

581 Posts
Location -
Joined 2002-04-27
It is not running ative directory.

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.

Responses to this topic


data/avatar/default/avatar35.webp

2172 Posts
Location -
Joined 2002-08-26
I believe there was a thread about this subject about a month ago, and the recommended program was 3Com Network Supervisor, which is either free or has a 30/45 day demo... I'll have to check when I get home. Anyway, a search on the 3Com site might turn it up.

data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
Right click on "My Computer", select "Manage", and then expand "Shared Folders" and open "Sessions". That should show all the current connections and let you disconnect them. Also, you can manage remote systems by right clicking on "Computer Management", select "Connect to Another Computer..." and then entering the name of the target computer.

data/avatar/default/avatar35.webp

316 Posts
Location -
Joined 2001-07-27
Quote:Right click on "My Computer", select "Manage", and then expand "Shared Folders" and open "Sessions". That should show all the
.....
the name of the target computer.

Nice tips. I'm just learning how to use this administrative tools. it is really cool that you can do everything from here.
I'm still learning!!!!

data/avatar/default/avatar03.webp

581 Posts
Location -
Joined 2002-04-27
OP
Thank you veyr much works like a charm.
 
Bumpskeez to the top.
 
Being an MCSE on nt 4, im sure a few more things will popup.

data/avatar/default/avatar39.webp

3867 Posts
Location -
Joined 2000-02-04
Start/run/srvmgr
 
or
 
start/run/cmd
 
netstat -a "nameofcomputer"
 
or
 
netstat

data/avatar/default/avatar35.webp

316 Posts
Location -
Joined 2001-07-27
Quote:Start/run/srvmgr

or

start/run/cmd

netstat -a "nameofcomputer"

or

netstat
this works even better.
Thank you DosFreak