Skip navigation

JSI Tip 3264. How can you force immediate syncronization of your domain controllers?


If you don't want to wait for the normal Active Directory intra-site replication schedule, you can create a batch file to for syncronization among your domain controllers.

Use repadmin.exe from the Support Tools and add 1 line for each of your domain controllers:

repadmin /syncall DC1.Yourdomain.com dc=Yourdomain,dc=com
repadmin /syncall DC2.Yourdomain.com dc=Yourdomain,dc=com
repadmin /syncall DC3.Yourdomain.com dc=Yourdomain,dc=com


Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish