An open API service indexing awesome lists of open source software.

https://github.com/santisq/get-scomreplicationlatency

Active Directory SCOM replication check
https://github.com/santisq/get-scomreplicationlatency

active-directory domain-controller powershell replication

Last synced: 7 months ago
JSON representation

Active Directory SCOM replication check

Awesome Lists containing this project

README

          

# Get-SCOMReplicationLatency

Queries the OpsMgrLatencyMonitors container of a target server and calculates TimeDifference replication with its partners.
Output can be displayed on a GridView using the GridView switch, example screenshot can be found on the Example folder.

### Syntax

- `Get-SCOMReplicationLatency DC01 -GridView`
- `$savingToVar = Get-SCOMReplicationLatency DC01`
- `Get-ADDomainController -Filter * | Get-SCOMReplicationLatency` > This would check replication latency on all Domain Controllers.

### Requirements

[ActiveDirectory](https://docs.microsoft.com/en-us/powershell/module/activedirectory/?view=windowsserver2019-ps) & [ThreadJob](https://docs.microsoft.com/en-us/powershell/module/threadjob/?view=powershell-7.1) PS Modules.

![Alt text](/Example/Example1DC.png?raw=true)