Which two possible commands can you use to achieve the goal?

Your network contains an Active Directory forest. The forest contains a single domain. The
forest has five Active Directory sites. Each site is associated to two subnets.
You add a site named Site6 that contains two domain controllers. Site6 is associated to one
subnet.
You need to verify whether replication to the domain controllers in Site6 completes
successfully.
Which two possible commands can you use to achieve the goal? Each correct answer
presents a complete solution.

Your network contains an Active Directory forest. The forest contains a single domain. The
forest has five Active Directory sites. Each site is associated to two subnets.
You add a site named Site6 that contains two domain controllers. Site6 is associated to one
subnet.
You need to verify whether replication to the domain controllers in Site6 completes
successfully.
Which two possible commands can you use to achieve the goal? Each correct answer
presents a complete solution.

A.
Get-ADReplicationSubnet

B.
Get-ADReplicationUpToDatenessVectorTable

C.
repadmin /showattr

D.
Get-ADReplicationSite1ink

E.
repadmin /showrepl



Leave a Reply 2

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


Sjoerd Stefma

Sjoerd Stefma

Correct:

The Get-ADReplicationUpToDatenessVectorTable cmdlet displays the highest Update Sequence Number (USN) for the specified domain controller(s). This information shows how up-to-date a replica is with its replication partners. During replication, each object that is replicated has USN and if the object is modified, the USN is incremented. The value of the USN for a given object is local to each domain controller where it has replicated are number is different on each domain controller.

Repadmin: Displays the replication status when the specified domain controller last attempted to perform inbound replication of Active Directory partitions.

anon

anon

Is there an internal competition to see who can come up with the stupidest cmdlet name?