exam questions

Exam 70-743 All Questions

View all questions & answers for the 70-743 exam

Exam 70-743 topic 2 question 52 discussion

Actual exam question from Microsoft's 70-743
Question #: 52
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 ntdsutil.exe, connect to DC2, and use the Transfer RID master option.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
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.
To use the ntdsutil utility, you must connect to Domain Controller to which you want to transfer FSMO roles. To do that you have to type: ntdsutil: roles (enter) fsmo maintenance: connections (enter) server connections: connect to server <DC-Name> (enter) server connections: quit (enter) fsmo maintenance:
Now you will be able to transfer FSMO roles to selected Domain Controller.
RID master fsmo maintenance: transfer RID master (enter) Click "Yes" button to move role.
References:
http://kpytko.pl/active-directory-domain-services/transferring-fsmo-roles-from-command-line/ http://kpytko.pl/active-directory-domain-services/transferring-fsmo-roles-from-gui/ http://kpytko.pl/active-directory-domain-services/transferring-fsmo-roles-with-powershell/

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
slcc99
Highly Voted 5 years, 5 months ago
The "Solution" ntdsutil command-line is incorrect. In this problem, “DC1 has failed and cannot be repaired”, so you must use the “seize” command instead of the “transfer” command in fsmo maintenance mode. https://support.microsoft.com/en-us/help/255504/using-ntdsutil-exe-to-transfer-or-seize-fsmo-roles-to-a-domain-control
upvoted 5 times
...
panko
Most Recent 4 years, 4 months ago
You CAN seize roles with ntdsutil. Answer is YES https://docs.microsoft.com/en-us/troubleshoot/windows-server/identity/transfer-or-seize-fsmo-roles-in-ad-ds#seize-or-transfer-fsmo-roles
upvoted 1 times
...
realdara
4 years, 4 months ago
The proposed solution refer to the transfer option of ntdsutil. We should use the seize option here. Therefore no
upvoted 2 times
...
Jammer
4 years, 4 months ago
https://www.examtopics.com/discussions/microsoft/view/6819-exam-70-742-topic-1-question-157-discussion/ Same question with discussion supporting mostly NO as the correct answer
upvoted 1 times
...
spirel
4 years, 6 months ago
ntdsutil: roles fsmo maintenance: connections server connections: connect to server DC2 server connections: quit fsmo maintenance: transfer rid master yes https://kpytko.wroclaw.pl/2011/08/26/transferring-fsmo-roles-from-command-line/
upvoted 1 times
...
trames7
4 years, 11 months ago
We have to seize RID role
upvoted 3 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 ...