aalawee Posted October 23, 2004 Posted October 23, 2004 dear guys how can i map a multiple network drives for all of my users i mean when any user loging he can see the drivesbut i need this done automaticlymy server is windows2000 advanced serverand my clients are windows2000 prois there any way to do that without making a logon script or batch fileis there any way to do it auto
morellana Posted October 24, 2004 Posted October 24, 2004 Use Group Policy to assign a logon Script when the user logs in (in the user configuration node)...before that you should create a script (and store it in the folder that the policy uses) with the following structure... just change the words in italic with the appropriate parameters for your networkSet objNetwork = Wscript.CreateObject("WScript.Network") objNetwork.MapNetworkDrive "X:","\\Servername\SharedFolder" It should work.Mario
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now