I have successfully migrated data from an old file server to a new file server. The file server will be commissioned soon pending an incremental ROBOCOPY.
All data was migrated and from my spot check, all NTFS permissions are consistent.
Are there any tools/techniques to further give me the assurance that all NTFS permissions are consistent with all the files and folders migrated?
I have also included a robocopy line used as fyi
robocopy \\pfdfs01\d$\data\d-drive d:\data /ZB /E /COPYALL /TEE /NP /R:1 /W:1 /LOG:c:\temp\filecopy\d-drive.log
Vijay