I created a group policy, which works the way I want it to, but I still can't figure out the login script part. Try to follow this scenario, which I have tried for the past 10 minutes, but nothing seems to work. Say I have a group called "Faculty." I have over 40 ppl in the group and a login script points them to their individual folder on the server. So, the login script has the following line in it.
net use z: \\servername\foldername\%username%
Well, I logged the user in and there's no map drive. I then realize that's because there's no folder with their username. So, I had to go into the shared folder (i.e. Faculty) and created bsmith (the username). I thought it would create the folder automatically for you?!
The login script is from the group policy and NOT inserted into the line inside the user's profile.
net use z: \\servername\foldername\%username%
Well, I logged the user in and there's no map drive. I then realize that's because there's no folder with their username. So, I had to go into the shared folder (i.e. Faculty) and created bsmith (the username). I thought it would create the folder automatically for you?!
The login script is from the group policy and NOT inserted into the line inside the user's profile.