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
 
Back
Top