So I was tasked (noob here) with migrating a server 2008r2 shares to a new server 2012. However, upon completing the directory copy, some users where getting access denied messages or would only be able to open files in Read-Only.
Here are couple of things I used to copy the shares with permissions, both failing.
ROBOCOPY "E:\" "P:\" /E /SEC /DCOPY:T /COPYALL /V /NP /LOG:"C:\LOG\ROBORESULT.TXT" /ZB /MT:16 /MON:1 /R:10 /W:10 /TEE
AND
XCOPY "E:\" "P:\" /X /E
Both of these options would have the same result. After transfer of directories finished, users could not do anything. I've tried even individual sub directories with no result.
I have read about File Share Migration Tool Kit, but some (in other forums) say that it takes longer to transfer files
Any help is greatly appreciated.