I've recently noticed that many tenants experience small, almost imperceptible changes every day. This includes things like role assignments, Conditional Access toggles, Intune settings tweaks, and app permissions adjustments. Over time, these tiny shifts add up, and after about six months, the environment can become unrecognizable. I'm curious—what strategies or tools do you all use to track these drifts without having to manually compare JSON dumps?
1 Answer
One option is to look into open-source solutions like Maester, where you can build custom tests or checks and schedule those to run regularly. It helps automate the monitoring process, which can save you from constantly comparing those JSON files.

That sounds interesting! What kind of tests can be built with Maester?