DFS MaxOfflineTimeInDays
The DFS Replication service stopped replication on the folder with the following local path: x:\Folder. This server has been disconnected from other partners for 275 days, which is longer than the time allowed by the MaxOfflineTimeInDays parameter (60). DFS Replication considers the data in this folder to be stale, and this server will not replicate the folder until this error is corrected.
To resume replication of this folder, use the DFS Management snap-in to remove this server from the replication group, and then add it back to the group. This causes the server to perform an initial synchronization task, which replaces the stale data with fresh data from other members of the replication group.
Additional Information: Error: 9061 (The replicated folder has been offline for too long.) Replicated Folder Name: Folder Replicated Folder ID: 57AC1A15-03E7-4DA0-876E-FE1D56460645 Replication Group Name: Hodor Replication Group ID: 978FA3A1-193F-4181-8F07-58C72BB1CAAC Member ID: 68742F1F-81B5-4DD3-A436-6829D03DCD2F
1
2
wmic.exe /namespace:\\root\microsoftdfs path DfsrMachineConfig set MaxOfflineTimeInDays=155
net stop dfsr && net start dfsr