Knowledge - Details


Windows Domain Controllers - Replication Auto-Recovery
Date Added: 9/3/2013

Microsoft changed the default settings for servers from Auto Recovery to MANUAL Recovery of the Replication service after an unexpected shutdown. That means that every time a server loses power and comes back up, Replication will be DISABLED until an Administrator logs in and restarts replication manually.

The following command, run from powershell, will enable auto recovery.  It should be run on every DC:

wmic /namespace:\\root\microsoftdfs path dfsrmachineconfig set StopReplicationOnAutoRecovery=FALSE

http://blogs.technet.com/b/filecab/archive/2012/07/23/understanding-dfsr-dirty-unexpected-shutdown-recovery.aspx



Back to List

Disclaimer: Everything on this website is written for my own use. I disclaim any guarantees that the procedures and advice listed here are accurate, safe, or beneficial for anyone else. If you attempt to follow any procedures or advice shared here, you do it at your own risk. Part of IT work is knowing how to recover from problems.