Looking for a Good Daily Health Check Script for AD Servers

0
17
Asked By SunnySkyz42 On

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

Answered By SimplicityIsKey On

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)

Answered By TechWizard99 On

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)

CuriousCoder33 -

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.

Answered By AdminGuru88 On

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!

SunnySkyz42 -

Thanks a lot! I'll definitely check that out, the guy has some solid articles.

InfoSeeker12 -

Appreciate it! This looks promising; I’m gonna dive in.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.