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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now