myADMonitor is an open-source tool I created to provide real-time visibility into Active Directory changes. It's particularly useful when executing bulk updates or running operations where you need to analyze AD modifications as they occur.<p>Key features:<p>Real-time tracking of Active Directory changes
Portable tool for easy deployment
.NET backend using ASP.NET Core 8.0 Web API. Runs on localhost or mounted on a particular IP.
React 18 frontend capable of handling thousands of DOM updates
Designed for personal use but scalable for larger environments
Changes are served via web API so they can be consumed from other sources, such as Excel, Power BI, Powershell, etc...
Custom settings such as custom LDAP query to define the scope, real-time filtering, custom port, custom Domain Controller to connect, etc...<p>I built this to solve the problem of lacking visibility during AD operations. I use it when executing complex scripts, bulk changing AD, troubleshooting replication or Azure AD sync, etc...<p>It is not intended, yet, to be running as a service, but it is something I am considering.<p>If you use or test it, please give me your feedback so I can fix any bug or add new features.<p><a href="https://github.com/mihemihe/myADMonitor">https://github.com/mihemihe/myADMonitor</a>