Link to home
Start Free TrialLog in
Avatar of steve07x
steve07xFlag for United States of America

asked on

Force Replication on Servers

Hello,

Instead of waiting for Active Directory Replication, can I force AD to update?

ASKER CERTIFIED SOLUTION
Avatar of sweeneya
sweeneya
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You can also do it from the command line if you prefer:

repadmin /syncall /A /e /P

/syncall -Synchronizes a specified domain controller with all replication partners.
/A -Sync all naming contexts which are held on the home server.
/e -Enterprise, cross sites.
/P -Push changes outward from home server.
Avatar of ursshivab
ursshivab

Hi,

You can use Repadmin /Syncall  to forcefully replicate.

You can use the switches like : /e /P /D /A
Avatar of steve07x

ASKER

I love EE