I have shared few folders on my Windows 2003 server machine. If I navigate to:

computer management > system tools > shared folders > shares

I am able to see all the folders shared on that machine with the number of people that are currently accessing them.

I can only tell the total number of people and not who is accessing each shared folder. Is there any way I can tell who is accessing the shared folder?

link|improve this question
feedback

3 Answers

There should be two other folders in the same place you see the Shares screen, Sessions and Open Files. They will list the users and the specific resources they have open, respectively.

link|improve this answer
feedback

See this software

http://www.thecodeline.com/ShareWatcher.html

.

link|improve this answer
Can this be done only by using operating system tools/options, without the aid of any external software. – Thomas Dec 1 '10 at 2:47
Don't think so, you might edit your original question to reflect this. – Moab Dec 1 '10 at 2:58
Ok will post a new one later. Thanks for your help. – Thomas Dec 1 '10 at 3:05
No need to post a new one, you can edit your original question above. – Moab Dec 1 '10 at 3:25
feedback

Using Command Promp via Admin Mode, type in net sessions. This will how who is accessing your computer system. It will also allow you to end there session. More information is found at Microsoft's TechNet page for net session.

link|improve this answer
It would be cool to see a scheduled batch file that would email a message whenever someone has an active session. – djangofan Aug 17 '11 at 18:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.