Microsoft Exam Questions

You need to ensure that all Active Directory changes are replicated to all of the domain controllers

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 ensure that all Active Directory changes are replicated to all of the domain controllers
in the forest within 30 minutes.
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:
The Set-ADReplicationSite cmdlet is used to set the properties for an Active Directory site that is
being used for replication. Sites are used in Active Directory to either enable clients to discover
network resources (published shares, domain controllers) close to the physical location of a client
computer or to reduce network traffic over wide area network (WAN) links. Sites can also be used
to optimize replication between domain controllers.
The parameter -ReplicationSchedule<ActiveDirectorySchedule> specifies the default replication
schedule for connections within this site (intra-site replication).
Incorrect answers:
Not A: Set-ADSite is a Microsoft Exchange 2013 command. Use the Set-AdSite cmdlet to configure
the Exchange settings of Active Directory sites.
Not D: The Set-ADReplicationSiteLink cmdlet sets properties on an Active Directory site link. A site
link connects two or more sites. Replication site links reflect the administrative policy for how sites
interconnect and the methods used to transfer replication traffic. Youmust connect sites with site
links so that domain controllers at each site can replicate Active Directory changes.
Not F: The Set-ADForest cmdlet modifies the properties of an Active Directory forest. Replication
cannot be configured with this command. Technet, Set-ADReplicationSite
https://technet.microsoft.com/en-us/library/hh852305(v=wps.630).aspx