A while ago, we attempted replacing our login scripts which map network drives with Group Policy Preferences to map our drives. After some internal testing, we found it to be unreliable (randomly not ...
Here is the bat file in sysvol\domain\scripts:<BR><BR>net use p: \\server1\public<BR>net use g: \\server2\graphics<BR><BR>The first mapping works fine. <BR><BR>The second is the one I just added and ...