Hello,
I must migrate 500 users Documents folder from SERVER1 to SERVER2.
Documents folder is redirected with GPO to \\SERVER1\Users\%username%. Offline files and synchronization is also enabled with GPO.
Active Directory Homefolder is configured to \\SERVER1\Users\%username%
Documents folder exists as a subfolder of users homefolder.
Total user data amount on SERVER1 is about 4 terabytes.
My question is:
I'm planning to retain same folder structure on SERVER2. I would like to use robocopy to copy Documents folders instead of using option to "Move the contents of Documents to the new location" because of better control what is being copied and when.
So, can I pre-create Documents folders to user's homefolders on SERVER2, copy data for example with robocopy and then redirect users Documents folder to new location without breaking any functionality on synchronization/offline cache?
I would really love to hear your thoughts and how did you migrated your redirected Documents folders from one share to another.
Thank you already! You're the best.