exam questions

Exam 70-410 All Questions

View all questions & answers for the 70-410 exam

Exam 70-410 topic 5 question 51 discussion

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

Your network contains one Active Directory domain named contoso.com. The domain contains 10 domain controllers and a read-only domain controller (RODC) named RODC01.
You need to ensure that when administrators create users in contoso.com, the default user principal name (UPN) suffix is litwareinc.com.
Which cmdlet should you use?

  • A. the ntdsutil command
  • B. the Set-ADDomain Windows PowerShell cmdlet
  • C. the Install-ADDSDomain Windows PowerShell cmdlet
  • D. the dsadd command
  • E. the dsamain command
  • F. the dsmgmt command
  • G. the net user command
  • H. the Set-ADForest Windows PowerShell cmdlet
Show Suggested Answer Hide Answer
Suggested Answer: G 🗳️
The followingexample demonstrates how to create a new UPN suffix for the users in the Fabrikam.com forest:
Set-ADForest -UPNSuffixes @{Add="headquarters.fabrikam.com"}

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
goco
5 years, 3 months ago
According explanation H is correct Set-ADForest
upvoted 1 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 ...