You need to add an additional UPN Suffix

Your network contains one Active Directory forest named contoso.com.
The forest contains two child domains and six domain controllers.
The domain controllers are configured as shown in the following table.

You need to add an additional UPN Suffix.
What should you use?

Your network contains one Active Directory forest named contoso.com.
The forest contains two child domains and six domain controllers.
The domain controllers are configured as shown in the following table.

You need to add an additional UPN Suffix.
What should you use?

A.
Set-ADSite

B.
Set-ADReplicationSite

C.
Set-ADDomain

D.
Set-ADReplicationSiteLink

E.
Set-ADGroup

F.
Set-ADForest

G.
Netdom

Explanation:
https://technet.microsoft.com/en-us/library/dd391925(v=ws.10).aspx



Leave a Reply 1

Your email address will not be published. Required fields are marked *

three × four =


yqr

yqr

Lots of similar questions on test.

A – No, Exchange command
B – No, Sets the replication properties for an Active Directory Site
C – No
D – No
E – No
F – Yes – https://technet.microsoft.com/en-us/library/cc772007(v=ws.11).aspx
G – No

$forest = Get-ADForest -Identity fabrikam.com
$forest.UPNSuffixes = “fabrikam.com”,”fabrikam”,”corp.fabrikam.com”
Set-ADForest -Instance $forest.