Home » General » Get DC replication time response

Get DC replication time response

foreach($d in (get-adforest).domains){
$v = Measure-Command {get-addomaincontroller -Filter * -Server $d}
Write-Output “Took $($v.TotalSeconds) to Enumerate DCS in $d “
}

Leave a Reply

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

Name *
Email *
Website