Day 1: Only one Domain Controller (DC1) is present. Windows Server Backup is configured on DC1 to save the system state. Delete an important user from AD.
Day 2: Promote additional Domain Controller (DC2).
Day 3: Boot DC1 into DSRM and revert to Day 1 via System State Recovery (non-authorative). Mark the important user for restore via ntdsutil (authorative). Reboot DC1.
DC1 does not sync with DC2 and DC2 does not know show up in Active Directory Users and Computers on DC1. Active Directory Sites and Services shows the NTDS object of DC2 (synced back to DC1 from other domains in the forest I assume), but we cannot run a metadata cleanup since it cannot find the computer object. At this point because DC1 does not sync with other Domain Controllers, the whole AD was reverted back to Day 1 instead of just restoring the important user.
Can we recover from this situation? Is this expected behavior or was there a prerequisite missing in the environment?