map printer logon script

Mar 11
2010

How to assign a network drive at logon Windows Server 2003.?

I have Windows Server 2003 running on a machine and is the controller my network domain. I want to find out how to map a network drive at logon, but i just cannot. I searched google and the results will only require me to subscribe something. So does anyone know a simple script or a program or something that can be used to map a network drive and printers at logon? Thanks for your help

You can create a script that runs at logon. This may simply be a text file. If you are using OU you can define the group policy. You must be able to do this even if you are not using OU. Here is a sample file that can execute when they login. NET P use: \ \ server \ sharename If you can not do it through Group Policy, then you can put this in the startup folder and run that way.