I need to move two users folders on two separate drives on a main DC to another shared folder on a NAS. These user folders are the users main home drives.
What is the best way to do this without doing it one at a time.
I need to move two users folders on two separate drives on a main DC to another shared folder on a NAS. These user folders are the users main home drives.
What is the best way to do this without doing it one at a time.
Try using xcopy or robocopy from the Microsoft Windows Resource Kit (and optional GUI) to do the copying of data.
It seems that I found the solution to my issue. The NAS cannot do what I thought it could. It is a NSS6000 Linksys and it seems that the limitations in the security rights interface is hindering the rights I need to be able to set.
So I am going to order a new file server that will be the primary user home drive server and set this server up as a member server in our domain.
Thanks for all your help. I did not know that robocopy has a new version called RichCopy, and it has a really cool interface GUI.
Thanks all.