Hi experts
i am trying to migrate old file server to new one and i am using robocopy this command
robocopy "\\Source server\folder\" "\\Target server\folder\" /MIR /COPY:DATSOU /ZB /R:1 /W:10 /TEE /log:<log path.txt>
my question i have file system and inside this file system there is some data even domain admin has no permissions to read them and i am using domain admin user to migrate these data
so my point robocopy will copy these data from source to the detestation or not in case not what the alternative solution to my case
thanks