exam questions

Exam 70-743 All Questions

View all questions & answers for the 70-743 exam

Exam 70-743 topic 2 question 51 discussion

Actual exam question from Microsoft's 70-743
Question #: 51
Topic #: 2
[All 70-743 Questions]

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 the command prompt, run dsmgmt.exe, connect to DC2, and use the Seize RID master option.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
There are 3 ways of transferring FSMO roles:
Using graphical user interface available on a DC or any server/workstation with Administrative Tools / Remote Server Administration Tools installed.
Using the command-line tool called ntdsutil.
Using the PowerShell cmdlet Move-ADDirectoryServerOperationMasterRole.
References:
http://kpytko.pl/active-directory-domain-services/transferring-fsmo-roles-from-gui/ http://kpytko.pl/active-directory-domain-services/transferring-fsmo-roles-with-powershell/ http://kpytko.pl/active-directory-domain-services/transferring-fsmo-roles-from-command-line/

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
HelpfulZ
5 years, 4 months ago
dsmgmt.exe cannot be used to seize the rid master. Ntdsutil has to be used. Ntdsutil is a powerful command line tool for managing the Directory Services. It allows you to transfer or seize FSMO Roles. Here is how it can be done for the RID Master role: Run ntdsutil command in an elevated command prompt Type roles, and then press ENTER. Type connections, and then press ENTER. Type connect to server servername, and then press ENTER Note: servername is the name of the domain controller you want to assign the FSMO role to. At the server connections prompt, type q, and then press ENTER. Type transfer rid master to transfer the role (You will need seize rid master command to seize the role) At the fsmo maintenance prompt, type q, and then press ENTER. Type q, and then press ENTER to quit the Ntdsutil utility. Please note, that you cannot seize the FSMO Role using the GUI.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...