Link to home
Start Free TrialLog in
Avatar of cbarone2004
cbarone2004

asked on

Use GPO/.vbs scripting to create/map network folders

What is the best way to have a user login to a Microsoft domain, have their network drive created and mapped on login?

I have read many different solutions but want the best solutions with the least network impact...not interested in roaming profiles.

Thanks for your help in advance.
ASKER CERTIFIED SOLUTION
Avatar of Don
Don
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hello,

If you want to map them to a home directory, then create a folder on a server called "users".  From within Active Directory, modify the user's profile settings to point to:

\\server\users\%username%   (Actually use the %username% place-holder)

The user will have a network share mapped under a drive letter of your choice, upon the next time they log in to the domain.  

Adjust permissions so that no one else can browse to another user's share, or use access based enumeration.

/F