Summary: Use a Windows PowerShell cmdlet from the ActiveDirectory module to obtain information about replication connections.
I need to find information about the connections established for Active Directory replication. How can I use Windows PowerShell to do this?
Use the Get-ADReplicationConnection cmdlet from the ActiveDirectory module, as shown here.
Get-ADReplicationConnection