we have mixed Windows 2003, Windows 2008 R2 and Windows 2012 DCs. We are using group policy logon script
(net use) to map users' drive. users already have O drive to
\\server\users
now, we move shares to different server server1 and we need to change drive O to map
\\server1\users. We decided to use group policy's preferences to remap the drive O to\\server1\users
preference: Action: Update Letter: O Location:
\\server1\users
We just tested out on Windows 7 client and but the users' drive O still map the old path\\server\users
so, what's the right way to change O to \\server1\users? What am I missing?
Thank you.