exam questions

Exam 70-742 All Questions

View all questions & answers for the 70-742 exam

Exam 70-742 topic 1 question 108 discussion

Actual exam question from Microsoft's 70-742
Question #: 108
Topic #: 1
[All 70-742 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 question sets might have more than one correct solution, 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 opinion.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
manjonei
Highly Voted 5 years, 5 months ago
Answer should be A.YES. You can do the same using both dsmgmt.exe or ntdsutil.exe in the proposed solution. We can also do it with Powershell command. You are using Seize, not Transfer option and we have to assume that ADLDS is installed. So, there are 3 possible correct answers: 1) Move-ADDirectoryServerOperationMasterRole -Identity DC2.contoso.com -OperationMasterRole RIDMaster -Force 2) On DC2, you open the command prompt, run dsmgmt.exe, connect to DC2, and use the Seize RID master option 3) On DC2, you open the command prompt, run ntdsutil.exe, connect to DC2, and use the Seize RID master option https://social.technet.microsoft.com/wiki/contents/articles/6736.powershell-move-transfering-or-seizing-fsmo-roles-to-another-domain-controller.aspx https://www.dtonias.com/seize-fsmo-roles-domain-controller/ https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc772302(v%3Dws.11)
upvoted 13 times
lbs
5 years ago
I am going with Yes. Thanks for putting all the possible answers in one place!!
upvoted 1 times
...
...
NoOneAnon
Highly Voted 5 years ago
I have to vote A. I have two DCs with clean installs and dsmgmt.exe is available on both without AD LDS role installed.
upvoted 6 times
daemonff
4 years, 9 months ago
Yes, it is the truth. I have tried to do it on my lab (win2016 only) and the dsmgmt.exe is installed on both DC - desktop and core. My DCs have only ADDS role installed, no more.
upvoted 2 times
josevirtual
4 years, 5 months ago
Me too
upvoted 1 times
...
...
Beitran
4 years, 6 months ago
Can confirm: PS C:\Users\drake> Get-WindowsFeature | Where-Object -Property 'name' -like "*LDS*" Display Name Name Install State ------------ ---- ------------- [ ] Active Directory Lightweight Directory Services ADLDS Available [ ] AD LDS Snap-Ins and Command-Line Tools RSAT-ADLDS Available PS C:\Windows\system32> dsmgmt C:\Windows\system32\dsmgmt.exe:
upvoted 1 times
Trifon
4 years, 5 months ago
Me too, tested the same. Answer is A. Yes
upvoted 2 times
...
...
...
lofzee
Most Recent 4 years, 5 months ago
the answer is 100000% yes. tested in lab. get two DCS up, turn the role holder off. go into cmd prompt and load dsmgmt.exe type roles then type seize rid master - wait for it to attempt a transfer, takes about 2 mins, then fails, then forces a 'seizure' (lol). do a netdom /query fsmo and you'll see the RID is now on the 'new' DC.
upvoted 2 times
...
GoldenFox
4 years, 5 months ago
Q.157 On DC2, open command prompt, run ntdsutil.exe, connect to DC2, Transfer RID master option  No Q.158 On DC2, open AD UC, click Operations Masters, verify dc2.contoso.com is listed on RID tab, click Change  No Q.176 On DC2, open PowerShell, run Move-AddirectoryServerOperationMasterRole  No Q.177 On DC2, open command prompt, run dsmgmt.exe, connect to DC2, and use the Seize RID master opinion  Yes
upvoted 1 times
...
VeiN
4 years, 8 months ago
I`m very surprised but this is an A (Yes). I`ve just did it on my lab xD. I don`t use AD LDS only standard ADDS and it worked !
upvoted 1 times
...
bake73
4 years, 8 months ago
READ THE QUESTION You can't connect if the DC1 as failed. Answer is NO
upvoted 1 times
bake73
4 years, 7 months ago
Im an idiot, tested in lab. Worked for me. Launched dsmgmt,exe on DC2 Connected to DC2 Launch Seize Worked.
upvoted 3 times
...
V1980
4 years, 5 months ago
I think you already caught your mistake but just to reiterate it for anybody who missed it: You're aren't connecting to the failed DC1, you're connecting to the domain controller you want to take over: DC2
upvoted 1 times
...
...
Kamikazekiller
4 years, 11 months ago
Answer is NO Should be the command un "ntdsutil.exe" and not "dsmgmt.exe"
upvoted 1 times
...
bingomutant
5 years, 4 months ago
the question states you... use the Seize RID master opinion...which you do - so the answer is correct even though it gives no further detail about how you use the option - :)
upvoted 2 times
Bobgross
5 years, 3 months ago
https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc732473(v%3Dws.11) DSmgmt.exe is only available if you have AD LDS installed. There's no mention of this role installed in the given scenario. Assuming the role is not installed, using DSmgmt.exe will fail because it does not exist.
upvoted 2 times
TestingBoy
4 years, 10 months ago
I agree with Bobgross. Its No. You need AD LDS installed to use DSmgmt.exe. This is not installed by default when installing AD DS.
upvoted 2 times
...
...
...
Nhan
5 years, 4 months ago
B is correct answer, seized the rib master doesn’t make the it become a RID master holder automatically, after seized you must transfer it,
upvoted 2 times
[Removed]
4 years, 5 months ago
Not completely right is it?
upvoted 1 times
...
...
bobothewiseman
5 years, 7 months ago
answer A is correct https://enterpriseadmins.org/blog/virtualization/linked-mode-server-replacement-and-vmwarevcmsds-errors/
upvoted 2 times
panda
5 years, 7 months ago
I red the link you propsed. I understood that dsmgmt can be used under AD LDS installed. Would you like to know me your understanding.
upvoted 1 times
...
...
Charchar
5 years, 8 months ago
In the link you posted it is mentioned that dsmgmt is installed with ADLDS whereas ntdsutil is installed with both ADDS and ADLDS. Since the question makes no mention of ADLDS, I'd be wary of assuming that dsmgmt is installed. If it is though, then yes it would be correct
upvoted 3 times
panda
5 years, 7 months ago
Thank you for your reply. I understood your suggestion. Since the question does not say that AD LDS is installed, Dsmgmt can't be used.
upvoted 3 times
panda
5 years, 7 months ago
In this case the answer is B(No).
upvoted 3 times
...
...
...
panda
5 years, 8 months ago
I think A is correct. The Seize RID master opinion is a common one. Ntdsutil and dsmgmt have same subcommand which is role. https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc772302%28v%3dws.11%29
upvoted 4 times
GenjamBhai
4 years, 10 months ago
A is ok Question mentions you use dsmgmt which is available if you have AD LDS or RSAT installed. You cannot assume the cmd does not exist when it can actually do the task. https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc772302(v=ws.11)
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 ...