Jump to content

Recommended Posts

Posted

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 drives

but i need this done automaticly

my server is windows2000 advanced server

and my clients are windows2000 pro

is there any way to do that without making a logon script or batch file

is there any way to do it auto


Posted

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 network

Set objNetwork = Wscript.CreateObject("WScript.Network")

objNetwork.MapNetworkDrive "X:","\\Servername\SharedFolder"

It should work.

Mario

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...