HOTSPOT
Your network contains an Active Directory forest. The forest contains two domain controllers named DC1 and
DC2 that run Windows Server 2016. DC1 holds all of the operations master roles.
DC1 experiences a hardware failure.
You plan to use an automated process that will create 1,000 user accounts.
You need to ensure that the automated process can complete successfully.
Which command should you run? To answer, select the appropriate options in the answer area.
Hot Area:image:Img68-112.jpg

Explanation:
Exhibit is missing, same complete question with explanation here https://www.briefmenow.org/microsoft/which-command-should-you-run-333/
3
0
Provided answer is correct. RID Master would be required. -Force would be required as the current role holder is offline.
6
0
Every domain has a RID Master: a domain controller that hands each DC a pool of 500 RIDs at a time.
https://blogs.technet.microsoft.com/askds/2011/09/12/managing-rid-pool-depletion/
0
0
yes
Move-ADDirectoryServerOperationMasterRole -Identity DC2 -OperationMasterRole RIDMaster -Force
0
0