Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/21bshwjt/activedirectory_replication_monitoring
ActiveDirectory Replication Monitoring | HTML Email Alert
https://github.com/21bshwjt/activedirectory_replication_monitoring
active-directory iam identity monitoring powershell
Last synced: about 1 month ago
JSON representation
ActiveDirectory Replication Monitoring | HTML Email Alert
- Host: GitHub
- URL: https://github.com/21bshwjt/activedirectory_replication_monitoring
- Owner: 21bshwjt
- Created: 2020-09-05T05:11:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T20:43:22.000Z (about 1 year ago)
- Last Synced: 2023-11-20T21:38:16.811Z (about 1 year ago)
- Topics: active-directory, iam, identity, monitoring, powershell
- Language: PowerShell
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ActiveDirectory Replication Monitoring - HTML Email Alert using PowerShell
## Monitoring healthy replication within an Active Directory (AD) forest is essential for all organizations1. Scheduled tasks need to be created with a Group Managed service account / Service account. An email will be triggered if there is a Replication Error!
2. Refer to this MSFT Blog for gMSA: https://docs.microsoft.com/en-us/windows-server/security/group-managed-service-accounts/getting-started-with-group-managed-service-accounts
3. SMTP variables need to be changed manually from the Code.
```diff
+ Additional feature: That Code will generate the Logs as well so we can track the AD Replication issue for a specific date & time along with the error code.
+ Logs can be sent to the Azure Log Analytics.
```
Refer to this MSFT Blog to Send log data to Azure Monitor by using the HTTP Data Collector API: https://learn.microsoft.com/en-us/azure/azure-monitor/logs/data-collector-api?tabs=powershell