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:
Technet, Set-ADReplicationSite
https://technet.microsoft.com/en-us/library/hh852305(v=wps.630).aspx
I’d go with D here.
http://www.aiotestking.com/microsoft/what-should-you-use-54/
thanks Boni.
I agree
me too
Yes I think it should be Set-ADReplicationSiteLink -ReplicationFrequencyInMinutes
D 100%
Set-ADReplicationSiteLink -Identity DefaultIPSiteLink -ReplicationFrequescyInMinuets 180
D.
Set-ADReplicationSiteLink
Friends you all have missed one thing, in the question it says ” all domain controllers in the forest” son it is one forest not site or sites. This command is very similar so do not get confused by the wordings.
Set-ADReplicationsite -ReplicationSchedule
Specifies the default replication schedule for connections within this site (intra-site
replication).
https://technet.microsoft.com/en-us/library/hh852305(v=wps.630).aspx
Set-ADReplicationSiteLink -ReplicationSchedule
Specifies the default replication schedule for any connections within this site link (intra-site replication). This allows you to schedule the availability of site links for use by replication. By default, a site link is available to carry replication traffic 24 hours a day, 7 days a week.
https://technet.microsoft.com/en-us/library/hh852320(v=wps.630).aspx
So i believe that given answer is right. I would like to hear from you about this solution.
Set-ADReplicationsite -ReplicationSchedule specifies the default replication schedule for connections within the site but in the forest there are 3 sites (Main Office, Europe Office and Asia Office).
So to be sure that also the DC’s within the different sites are replicating with each other within 30 minutes you must check the SiteLink replication: Set-ADReplicationSiteLink -ReplicationFrequencyInMinutes
encountered this on my exam
With both Set-AdReplicationSite and Set-AdReplicationSiteLink we can config the SCHEDULE (read availability) of replication.
Only with Set-AdReplicationSiteLInk we can config the ReplicationFrequencyInMinutes.
So answer should be : D
Answer is D
-ReplicationFrequencyInMinutes
Species the frequency, in minutes, for which replication will occur where this site link is in use between sites. Active Directory preserves bandwidth between sites by minimizing the frequency of replication and by allowing you to schedule the availability of site links for replication. By default, intersite replication across each site link occurs every 180 minutes (3 hours). You can adjust this frequency to match your specific needs. Be aware that increasing this frequency increases the amount of bandwidth used by replication.
https://technet.microsoft.com/en-us/library/hh852257(v=wps.630).aspx