AZ-802 Deploy and Manage AD DS Practice Question
The domain controller holding the RID Master FSMO role in your domain has suffered a catastrophic hardware failure and will be offline for several weeks. You notice that administrators can no longer create new user objects. What should you do to resolve this issue immediately?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Seize the RID Master role using the 'Move-ADDirectoryServerOperationMasterRole' cmdlet.
The Relative Identifier (RID) Master is responsible for allocating pools of RIDs to all domain controllers in a domain. When a DC exhausts its local pool and the RID Master is unavailable, it cannot create new security principals. In cases of permanent or long-term failure, the role must be seized to a healthy DC to restore functionality.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Wait for the Knowledge Consistency Checker (KCC) to automatically move the role.
Why it's wrong here
The KCC is responsible for managing the replication topology and generating connection objects between domain controllers, but it does not have the authority or functionality to move FSMO roles. FSMO roles are static assignments that require manual intervention by an administrator to transfer or seize when a failure occurs.
- ✗
Perform a graceful transfer of the RID Master role using ADUC.
Why it's wrong here
A graceful transfer requires the original role holder to be online and functional so that it can synchronize its remaining data before relinquishing the role. Since the original RID Master has suffered a catastrophic hardware failure and is offline, a graceful transfer is impossible, and an administrative seizure is the only viable path.
- ✓
Seize the RID Master role using the 'Move-ADDirectoryServerOperationMasterRole' cmdlet.
Why this is correct
Seizing the role is the correct action when the original holder is permanently unavailable. Using the -Force parameter with the PowerShell cmdlet allows a healthy domain controller to take ownership of the RID Master role immediately, enabling the allocation of new RID pools and restoring the ability to create user accounts.
- ✗
Reinstall Active Directory on the failed server using the same name.
Why it's wrong here
Reinstalling a server with the same name does not automatically restore its FSMO roles and can lead to significant metadata cleanup issues if the old computer object is not properly handled. Seizing the role to an existing, healthy domain controller is a much faster and safer way to restore domain services.
Visual reference
About these practice questions
This AZ-802 question is part of Courseiva's 116-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed September 2026 · checked against the official Microsoft exam blueprint
This AZ-802 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-802 exam.