The A/D Replication Status Tool indicated everything was fine…This article did the trick though.
This is a cheat sheet on how to fix a new domain controller that does not have the NetLogon or Scripting
folder. Check out the references at bottom for info on it.
For this to work you need 1 working dc (if not the first reference talks about that as well)
This is for a non-authoritative mode restore
On the working DC do the following
To fix the problem, you must designate a domain controller to be authoritative for the Sysvol replica set:
1. Stop the File Replication service on the PDC emulator FSMO role holder.
2. Use the Registry Editor to navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NtFrs\Paramaters\Backup/Restore\Pr
ocess at Startup.
3. Double-click the BurFlags Value Name, a REG_DWORD data type, and set the data value to D4,
using the Hex radix.
4. Exit the Registry Editor.
5. Start the File Replication service.
Then on the non-working DC do the following
1. Stop FRS.
2. Start Registry Editor (Regedt32.exe).
3. Locate and click the following key in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NtFrs\Parameters\Backup/Restor
e/Process at Startup
4. On the Edit menu, click Add Value, and then add the following registry value:
Value name: BurFlags
Data type: REG_DWORD
Radix: Hexadecimal
Value data: D2
5. Quit Registry Editor.
6. Restart FRS.
References:
http://www.eventid.net/display.asp?eventid=13508&eventno=349&source=ntfrs&phase=1