Windows – Event 4012 DFSR Replication Windows 2012 server

windowswindows-server-2012-r2

Hi there I am getting an error DFS replication event 4012 and I cant figure out how to restart it to get my DNS back up on my AD The path is C:\windows\sysvol\domain I went into the DFS tool and cant see anything on how to fix it.

Best Answer

As per www.eventid.net, try running this command on the domain controller:

wmic.exe /namespace:\\root\microsoftdfs path DfsrMachineConfig set MaxOfflineTimeInDays=120

Wait an hour for the replication to resume.

Related Topic