I have Server 2003 installed using s simple batch file to map the drives on my workstations. In the batch file is the following:
net use P:\\servername\sharename
This was setup by going into the group policy tab for the OU.
I recently installed Server 2008 and don’t see that tab if I create a new OU. I have using the same script but I am not sure if I put in the correct place. I have tried placing the script in the deafault domain policy under user configuration>scripts>logon. The drives don’t get mapped when they log onto their workstations. I have also tried to use the drive maps in the user configuration prefereneces. Still no drives getting mapped when they log in.
Obviously there is something I am doing wrong here. Where do I need to put this script now?