We have a network of Windows 7 computers run by a Server 2008R2 DC. Using Group Policy Objects I can create a login script that will map network drives. When you restart the client computers, however, the drive shows up with a red X and when you click on it a warning pops up stating "'Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed." I can run the same batch file from the client computer and the drives will reconnect with no problem.
I've also tried connecting the mapped drives using GPP, but I get the same error. I should note that we are connecting to a server that is not part of the domain. I've tried adding the domain name to the username in the batch file (servername\user) thinking that iupon login it might by trying to use our domain as part of the username, but that didn't help either.but that didn't help either. I've also tried adding a line that deletes the Y: drive before recreating it, but that also doesn't work.
I'm out of ideas. I mean, my users are smart enough to click a batch file every morning, but I'd rather not force that on them. Thanks in advance for any help you can give me.