Discover remote workstation mapped drive?

vfouquereau

Member
Dec 22, 2002
84
0
66
Hi,

I need an app that lists the network mapping of a remote workstation without any client interaction. I need this because I already have several remote desktop software that let me get the conrol of the clients workstations but I can't use this solution if the client is not there to unlock his workstation.

I would like to be able to get the list of the mapped network drives without having to bother the user, take control of his machine, go into "My Computer", make a print screen, blablabla.

I know there is a mean to detect the drives that were manually mapped by going into the registry under the "HKEY_USERS\S-????[...]\Network\" but I need ALL the mappings (i.e.: mapped by the login script).

Anyone have any luck with those?

Thanks! :)
 

nweaver

Diamond Member
Jan 21, 2001
6,813
1
0
pull manually mapped, and then add that to the login scripts (they are YOUR login scripts, right?) and you should have a list.
 

vfouquereau

Member
Dec 22, 2002
84
0
66
Every department in the business have their custom login scripts. I'm not the one developping the scripts. I can't really be sure of the login script a person uses... YES I CAN! You are a genius. I think I solved the thing. I'll go in the user manager, discover the login script they use, then go in the REGEDIT to discover the mappings they added manually.

Thanks for the (indirect) help! ;)