Map network drive using GPO

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

Network: 1 DC
Win2K3 Standard
XP Pro clients

I'm trying to add a logon script to map a network drive to users on my
network.

I basically created a simple bat file: net use persistent:yes z:
\\server_name\shared_folder and added it to the Logon script within the GPO.

It works well when user logs on to machine X; but I also want that the same
user while logged in on machine X to login to Machines Z, Y, etc and get the
folder mapped.

Is there anyway I can do that? Or does the folder is mapped on the machine
the user logs in first?

Help is very much appreciated.

Cheers!!!
 
Hi,

As long as you put the script in the logon script which affects the user
accounts, then that should do the trick.

Note that there is a slash "/" before "persistent".

br,
Denis
 
Back
Top