Upgrading Your Skills to MCSA: Windows Server 2016 — Question 53
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some questions sets might have more than one correct solutions, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
Your network contains an Active Directory domain named contoso.com. The domain contains two domain controllers named DC1 and DC2.
DC1 holds the RID master operations role.
DC1 fails and cannot be repaired.
You need to move the RID role to DC2.
Solution: On DC2, you open Windows PowerShell and run
Move-ADDirectoryServerOperationMasterRole
.
-OperationMaster RIDMaster -Identity DC2.Contoso.com
Does this meet the goal?
Answer options
- A. Yes
- B. No
Correct answer: A
Explanation
The solution correctly utilizes the Move-ADDirectoryServerOperationMasterRole cmdlet to transfer the RID master role from a failed DC1 to DC2. Since DC1 is not operational, this method is appropriate for moving the role to ensure the continuity of Active Directory functions. The other option is incorrect as it suggests that the solution does not meet the goal, which it does.