http://windowstricks.in/

We've moved from ganesh-windowstricks.blogspot.in to windowstricks.in,please update your feeds & links!

How to check Active directory replication for multiple Domain Controllers

4 March 2010

To check Active directory the replication for multiple Domain Controllers

Normally repadmin /showreps command has been used to get the replication status for an particular Domain Controller, let say I want to check the Active directory the replication for multiple Domain Controllers, you can use the below command


for /f %a in (list.txt) do repadmin /replsummary %a

Note: You should run this command from where the input file (list.txt) there
And this command will check all the servers in the input file (list.txt)

If you want to check the Active directory replication for all the DC's from a site, you can use the below command

repadmin /replsummary site:Site Name

If you want to check the replication with the wildcard character, that server name starts with MG, you can use the below command

repadmin /replsummary mg*


Subscribe to Windowstricks by E-mail to get the free updates and free tools

Related Articles

Force active directory replication

troubleshoot active directory replication

active directory replication

check Active Directory replication

Force sysvol replication

application directory partition

force ad replication

Share this . . .

Post a Comment

Copyright   © 2014 - www.Windowstricks.in - all rights reserved | Powered by Blogger | Blogger template The Beach by Ourblogtemplates.com

Back to TOP