To synchronise Active Directory on all domain controllers, perform the following on command a computer with Active Directory PowerShell module installed that can contact all domain controllers.
(Get-ADDomainController -Filter *).Name | Foreach-Object {repadmin /syncall $_ (Get-ADDomain).DistinguishedName /AdeP}
Comments
0 comments
Please sign in to leave a comment.