Hi Experts, hope you can help me with this.
I am in the process of moving users folders from an old 2003 server to a new Win 2012 server, both of which are currently domain controllers although as soon as the transfers are complete the old one will be retired.
The users folders are currently set in the users AD account under profile - home folder - connect and is set as U \\servername\users\username. There is no GPO policy for folder redirection set that I can see, they all say not configured.
When I change the servername to the new servername everything initially seems ok in that the U: drive now maps to the new server and the My Documents (or library) also points to the new server.
However I have 2 issues:-
1. The offline files are still trying to sync to the old server and while I can setup a new sync manually on the client PC there seems to be no way of deleting the old one. These always set themselves up automatically when I setup a new computer so have never had to do anything manually before. Should they not change with the moving of the path in the user profile? There seems to be nothing set in the GPO for offline files.
2. The recent documents links on the users computer are now broken as they point to a UNC path of the old serve instead of the mapped drive. Anyone no of an easy way to update these to the new path.
If anything is no clear please let me know and I will try to clarify.
Thanks in advance
Colin
I'm not sure of the answer to #1.
The fix for #2 should have been implemented at the beginning of the process and works for SQL Servers as well. If you have control/access to the DNS server you create a CName record that points at the actual servers A record. So you create a CName record that is called MainFS that points as FileServer2003. Then when you move the files to to FileServer2012 you change CName record to point at the new server. Depending on how large your organization is you can also do something like MainFSHR, MainFSAcct, or MainFSOps. That way you can move groups at a time and they don't realize it.
And how it works for SQL Server is that you have a DB/App CName record for each DB. Then if you move a DB from SQLServer1 to SQLServer2, you just change the CName pointer.
Essentially the CName record allows you to make the servers "virtual" as in they are pointing at a generic server name and a move is "invisible" to the end user.