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 cmdlet
C.
the Install-ADDSDomain cmdlet
D.
the dsadd command
E.
the dsamain command
F.
the dsmgmt command
G.
the net user command
H.
the Set-ADForest cmdlet
Explanation:
The following example demonstrates how to create a new UPN suffix for the users in the
Fabrikam.com forest:
Set-ADForest -UPNSuffixes @{Add=”headquarters.fabrikam.com”}
Reference: Creating a UPN Suffix for a Forest
https://technet.microsoft.com/sv-se/library/Dd391925(v=WS.10).aspx
the correct answer ist: Set-ADForest – H ๐
1
0
Nikita appears to be correct: https://technet.microsoft.com/en-us/library/hh852284(v=wps.630).aspx
Answer is H. Can also be done in AD Domains and Trusts: https://technet.microsoft.com/en-us/library/cc772007.aspx
1
0
Thanks
0
0
can allsow be done:
dsadd and use the -upn switch ->D
https://technet.microsoft.com/en-us/library/cc731279.aspx
d or H .. what is the corect Microssoft answer ๐
0
0
dsadd lets you set the UPN, but you have to do this PER user. Question asks about setting UPN as the DEFAULT for all users, this includes new users that may get created later on.
2
0
“Your network contains one Active Directory domain named contoso.com”, so that domain is the only one in the forest. So Set-ADForest โ H is correct.
0
0