I did a search and did not find a solution.
I currently have all my users Home drives on Windows Server 2000. I have built the new Windows Server 2003 server. I have created the Users folder on the new server, configured the share and rights; only the users have access to their H: drives - not even Administrators.
I attmepted to restore a backup using Veritas and it does not allow the data to be written to the new location. I assumed this was rights on the new folder so I created a generic folder just to test; same error.
I need to migrate the data (Home Folders) to the new server preserving the rights.
How do I migrate the users drives (H: drives) to the new server?
The simplest solution is probably to take ownership of the folders, copy them to the new location, then reset permissions on them. I've included an example here.
Taking ownership:
http://technet2.microsoft.com/windowsserver/en/library/6f097abe-d1d9-4d16-93c5-7326aa1f33791033.mspx
Paste the script below into a text file with a .cmd extension. Customize the value of the folder variable with the location of the folder containing the users' home folders. Running it will grant each user Full Control of his/her folder.
Open in new window