script _Win2k server AD

  • Thread starter Thread starter sha
  • Start date Start date
S

sha

Could some please tell me how to map drivers for my users roaming profile
automatically to their home drive when they first log on. For instance,
\\server\home\%username%\- at the moment user is mapping to the drive for
the first time they logon. I want this to be part of their log in script and
done automatically.



many thanks,

sha
 
The most convinient way is to use Group Policies.

Create a new GPO (or edit existing one), link it to the domain, site or OU
you need, go to:

User Configuration -> Windows Settings -> Folder Redirection

Right click on "My Documents". Choose "Properties". Choose "Basic - redirect
.......skip....". In the field below type something like:
\\servername\sharename\%username%.

That's all. Use and enjoy!
 
Back
Top