AZ-801 · Question #74
Your network contains an Active Directory Domain Services (AD DS) domain that has the Active Directory Recycle Bin enabled. The domain contains two domain controllers named DC1 and DC2. The system sta
This question tests knowledge of Active Directory authoritative restore procedures when user object attributes - not the objects themselves - are corrupted by an administrative error, and the AD Recycle Bin cannot help.
Question
Explanation
This question tests knowledge of Active Directory authoritative restore procedures when user object attributes - not the objects themselves - are corrupted by an administrative error, and the AD Recycle Bin cannot help.
Approach. The AD Recycle Bin only recovers fully deleted objects; since the users still exist (only their manager attribute was cleared), the Recycle Bin cannot help here. The correct three-step sequence is: (1) Boot DC1 into Directory Services Restore Mode (DSRM) - it is already offline, making this the least disruptive target; (2) Restore the 23:00 system state backup on DC1 using Windows Server Backup, which rolls back to a point before the 09:00 error; (3) Use ntdsutil to perform an authoritative restore scoped specifically to the ParisUsers OU, then restart DC1 normally so it replicates the authoritatively marked (higher USN) objects to DC2, overwriting the corrupted attribute data. This approach minimizes data loss because only the affected OU is authoritatively restored, and DC1 being already shut down means no service interruption is needed to enter DSRM.
Concept tested. Active Directory authoritative restore using ntdsutil and Windows Server Backup system state, and understanding the distinction between when AD Recycle Bin applies (deleted objects) versus when a system state + authoritative restore is required (attribute-level corruption on live objects).
Reference. MS Docs: Perform an Authoritative Restore of Active Directory Domain Services - https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/ad-forest-recovery-perform-authoritative-restore
Topics
Community Discussion
No community discussion yet for this question.