I have 2 DFS Servers with Replication on the 2 of them
File01 and File02 with File01 as the primary
I performed a robocopy that deleted some user profiles so I tried to restore the files but I am getting access denied errors on DfsrPrivate folder.
I followed the guide here:
I took ownership of the whole folder and subfolders to Domain Admins on File02
Opened PS in Admin mode
Restore-DfsrPreservedFiles -Path "C:\RF01\DfsrPrivate\ConflictAndDeletedManifest.xml" –RestoreToOrigin
Error: Restore-DfsrPreservedFiles -Path "C:\RF01\DfsrPrivate\PreExistingManifest.xml" –RestoreToOrigin "Folder/Filename" is denied.
How can I resolve this issue? Thanks.