A C# tool that detects when a computer account is added to any of the created domain security groups.
This tool in created in C#, which performs below functions:
- Look for already present machine accounts into any of the security groups in the Active Directory Domain
- Monitors for any new machine accounts being added into any of the security groups
- Notifies on the console about the new machine accounts being added into any of the security groups
Blogpost Link - https://rootdse.org/posts/monitoring-realtime-activedirectory-domain-scenarios
