I would like to know if anyone knows of a login batch file that could be used to redirect users mapped drives. I currently have 500+ users that have various mapped drives on each of their PC's to 3 different file servers. I would like to redirect these mapped drives to a new single file server (with all network shares). Basically, the shares are being moved to a new file server.
Software/Hardware used:
ASKED:
March 26, 2008 12:37 PM
UPDATED:
April 10, 2008 6:17 PM
If they all share the same common mapped drives as mentions using net use with the same drives should overwrite the previous mapping when ran.
It’s true you can change and force changes to drive mapping in login scripts, but you may run into other issues that could generate a lot of support calls. In particular people may have desktop shortcuts and even shortcuts in other folders that reference the old server names.
What I did when combining two old servers into a new one was to combine all the existing shares/folders and use DNS aliases to that old references would still work. This involves a registry mod to windows servers as they don’t normally listen to the aliases for netbios requests. It’s in the “strict name checking” reg.
see this link
http://www.sharepointblogs.com/echef/archive/2007/08/08/allowing-netbios-responses-on-a-dns-alias-in-win-2k3.aspx
This moves the issue of old shortcuts off the front burner.