I'd like to request an Active Directory Replication monitor asked 02 Mar '15, 17:11 ashmite |
RepAdmin.exe is the recommended way to monitor the health of AD replication. In fact, TechNet tells you to use RepAdmin after finding errors in the Event log, so might as well go straight to RepAdmin. I broke down and started learning the PowerShell object model, came up with the following script to run RepAdmin against the monitored DC. It formats the RepAdmin results in CSV, and converts them into a native PowerShell object. From there it produces a sorted list of replication partner DCs that the monitored DC is having difficulty replicating from.
answered 04 Mar '15, 13:36 ashmite |