Tool to monitor user print settings/drive mappings?

  • Thread starter Thread starter John Smith
  • Start date Start date
J

John Smith

Hi,

Is there a tool that allows me to monitor and, if required, print out the
info, of an individual user or users connected to a domain or a particular
server, that tells me what drive mappings/shares they have and what printers
they are connected to?

Thanks,


John.
 
if the user is logged in, you could make a script:

use getsid.exe from the resource kit to get sids for userids
use the sid value with reg.exe from the resource kit to query these two keys
in the registry on the remote boxes:

HKEY_USERS\<usersid>\Network\ (for drives)
HKEY_USERS\<usersid>\Printers\Connections
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top