Manually cleaning DFSR folder
Last updated:
WINDOWSDFSR
Quota can be checked in DFS management > Replication > Staging Quota
# Get folder list
WMIC.EXE /namespace:\\root\microsoftdfs path dfsrreplicatedfolderconfig get replicatedfolderguid,replicatedfoldername
# Clear quota
WMIC.EXE /namespace:\\root\microsoftdfs path dfsrreplicatedfolderinfo where "replicatedfolderguid='<RF GUID>'" call cleanupconflictdirectory
if the above does not work:
- Stop the DFSR service.
- Delete the contents of the ConflictAndDeleted folder manually (with explorer.exe or DEL).
- Delete the ConflictAndDeletedManifest.xml file.
- Start the DFSR service back up.
references:
Manually Clearing the ConflictAndDeleted Folder in DFSR | Microsoft Community Hub