How do I list Active Directory Manual Replication Connection Objects?

Q. How do see a list of manually created Replication Connection Objects in an Active Directory Forest?

A. Use “Get-ADReplicationConnection” PowerShell cmdlet that ships with Windows Server 2012 R2 Active Directory PowerShell modules. To retrieve a list of manually created Replication Connection Objects, execute below command:

  • Get-ADReplicationConnection –Filter {AutoGenerated –eq $False} | Select-Object Name,AutoGenerated,ReplicateToDirectoryServer,ReplicateFromDirectoryServer

You can also use Active Directory Health Profiler to get a list of manual replication connection objects and report it as an issue in the Health Profile Report.

***

About Nirmal Sharma

Nirmal Sharma is a MCSEx3, MCITP and Microsoft MVP in Directory Services. He specializes in directory services, Microsoft Azure, Failover clusters, Hyper-V, and System Center products and has been involved with Microsoft Technologies since 1994. In his spare time, he likes to help others and share some of his knowledge by writing tips and articles on various sites and contributing to Dynamic Packs for www.ITDynamicPacks.Net solutions. Nirmal can be reached at [email protected].

About The Author

Leave a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Scroll to Top