Hey everyone! I'm trying to find if there's a framework available to help me run daily health check reports for my Active Directory servers. I could set something basic up myself, but I'm really hoping to build on top of existing technology if possible. Any recommendations?
3 Answers
For something really basic, I've used a script called vbs-ad-health-report before. It covers the essentials nicely. The Testimo script is great, but I usually use it more as a diagnostic tool than for daily checks since it’s pretty in-depth. Plus, the authors have other useful tools worth looking at! Here’s the link: [link](https://github.com/aikoncwd/vbs-ad-health-report)
I haven't tried this myself, but a quick search for "github active directory health check" led me to a project called Testimo. It looks pretty comprehensive and can be set up to send daily email reports! Check it out here: [link](https://github.com/EvotecIT/Testimo?tab=readme-ov-file)
You might want to look at this PowerShell script I found. It’s called the Active Directory Health Check, and I've implemented it in my setup with great results! Here’s the link: [link](https://www.alitajran.com/active-directory-health-check-powershell-script/) It’s straightforward and works well!
Thanks a lot! I'll definitely check that out, the guy has some solid articles.
Appreciate it! This looks promising; I’m gonna dive in.

Thanks for pointing that out! I did see that, but I'm a bit concerned about the alpha status. It does seem like what I'm looking for, though.