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
- Host: GitHub
- URL: https://github.com/santisq/get-scomreplicationlatency
- Owner: santisq
- Created: 2020-12-11T15:45:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T14:34:31.000Z (about 4 years ago)
- Last Synced: 2025-04-08T05:51:15.209Z (12 months ago)
- Topics: active-directory, domain-controller, powershell, replication
- Language: PowerShell
- Homepage:
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
