PDA

View Full Version : Server 2003 Automatically Mount Drives


UBERCOOL
09-09-06, 04:34 PM
I am running Server 2003 as a domain controller and for the life of me I can't figure out how to get it to automatically mount users drives. All I want it to do is when one of my users log in it on a domain computer they get all of the drives mounted for them. If you could just point me in the right direction it would be greatly appreciated.

ErikD
09-09-06, 05:46 PM
You mean just a home drive? That is setup under profiles in the Active Directory Users and Computers tool.

Multiple different shared drives need to be mapped using a logon script, do a quick search on logon scripts for mapping drives. They are really simple to write, then you just put them in the correct shared folder and point the user profile to them.

UBERCOOL
09-10-06, 02:53 PM
Awesome, I got it to work. I knew that you could use scripts to do it but I was wondering if there was an easier way but turns out that it only took me 2-3 min to write a vb script that did the trick. Thanks.