Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use a PowerShell Cmdlet to Obtain AD DS Replication Information

$
0
0

Summary: Use a Windows PowerShell cmdlet from the ActiveDirectory module to obtain information about replication connections.

Hey, Scripting Guy! Question I need to find information about the connections established for Active Directory replication. How can I use Windows PowerShell to do this?

Hey, Scripting Guy! Answer Use the Get-ADReplicationConnection cmdlet from the ActiveDirectory module, as shown here.

Get-ADReplicationConnection


Viewing all articles
Browse latest Browse all 3333

Trending Articles