I have three locations all connected via site-to-site VPN to each other. I have a server at each location with mirrors of each other holding 3+TBs of data. I can use GPOs to map drive letters to a specific server by moving the user to an OU.
However, when the users with laptops want to visit one of the other offices, I am trying to figure out how to map the same drive letters so that they always point to the local server in the office they plug the laptop in at, without having to move users or computers around in AD.
Server in site NHO would map H: to \\serverNHO\Data
Server in site WO would map H: to \\serverWO\Data
Server in site CLO would map H: to \\serverCLO\Data
where the \Data folders are kept in sync behind the scenes.
When user from NHO goes to site WO, when they plug in and log in I want the H: to map to \\serverWO\Data. and so on...
Thoughts?