In the process of phasing out an old SBS 2011 (not using Exchange) to Server 2019 and there is a GPO that redirects all users “Documents” folders to an SMB share on the server.
I have a robocopy script that’s been running nightly copying all the shares from old to new so all the data is already in the new location but I’m trying to figure out the most efficient way to cutover this folder redirection GPO.
The current GPO is NOT set to “move the contents of Documents to the new location”.
Should I just create a new GPO that points to the new share and unlink the old one or is it better to update the path in the current GPO?