would like to force replication imediately to all domain controller in the domain by command
-
22 iunie 2012 20:57
I would like to force replication imediately to all domain controller in the domain by command.
Does repadmin /syncall meets this ?
Toate mesajele
-
22 iunie 2012 21:22
Hi
Yes, you can. Try to run this command.
repadmin /syncall /AdeP
It serves the purpose.
- Propus ca răspuns de Sandesh DubeyMicrosoft Community Contributor 23 iunie 2012 08:53
- Marcat ca răspuns de Andy QiMicrosoft Contingent Staff, Moderator 29 iunie 2012 06:18
-
23 iunie 2012 09:05
As venkat suggest you can use repadmin /syncall /AdeP to sync with all NC's.However if you want single object to replicate between two or more dc or force replication with list of DC's refer below link.
Repadmin /Replicate
http://technet.microsoft.com/en-us/library/cc742152(v=ws.10).aspx
Forcing replication
http://technet.microsoft.com/en-us/library/cc811569(v=ws.10).aspx
http://technet.microsoft.com/en-us/library/cc770963(v=ws.10).aspx
Hope this helpsBest Regards,
Sandesh Dubey.
MCSE|MCSA:Messaging|MCTS|MCITP:Enterprise Adminitrator | My Blog
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights. -
24 iunie 2012 05:32
Thank you very much.
/syncall replicate all DCs in domain ? Sync only domain partition is enough.
I sometimes change AD object and would like to replicate all DCs.
-
24 iunie 2012 06:36Moderator
You can use below cmds which will force replication of directory/Conf/Schema partitions to all the DC's in the enterprise..
repadmin /syncall /APed dc=domain,dc=com - Directory partition
repadmin /syncall /APed cn=configuration,dc=domain,dc=com - Configuration Partition
repadmin /syncall /APed cn=schema, cn=configuration,dc=domain,dc=com - Schema Partition
http://technet.microsoft.com/en-us/library/cc835086%28v=ws.10%29.aspx
Awinish Vishwakarma - MVP - Directory Services
My Blog: awinish.wordpress.com Disclaimer This posting is provided AS-IS with no warranties/guarantees and confers no rights.- Editat de AwinishMVP, Moderator 24 iunie 2012 06:36
- Propus ca răspuns de Meinolf WeberMVP 25 iunie 2012 05:48
- Marcat ca răspuns de Andy QiMicrosoft Contingent Staff, Moderator 29 iunie 2012 06:18