List all Active Directory users and the Active Directory groups they belong to in a single report. Identify which users are might still be missing groups or are not in the correct AD group. Stop wasting time digging through your active directory manually to find that one group and compare it with others. Simply run the report and get the data you need in one view.
Run the Active Directory Users and Their Group Audit Now!

Select Top 1000000 tblADusers.Username, tblADusers.Userdomain, tblADusers.Firstname, tblADusers.Lastname, tblADusers.Name, tblADusers.Displayname, tblADusers.email, tblADGroups.Name As ADGroupName, tblADGroups.Description As ADGroupDescription, Case tblADGroups.GroupType When -2147483646 Then 'Security - Global' When -2147483644 Then 'Security - Local' When -2147483643 Then 'Built-in' When -2147483640 Then 'Security - Universal' When 2 Then 'Distribution - Global' When 4 Then 'Distribution - Local' When 8 Then 'Distribution - Universal' End As ADGroupType From tblADusers Left Join tblADMembership On tblADMembership.ChildAdObjectID = tblADusers.ADObjectID Left Join tblADGroups On tblADMembership.ParentAdObjectID = tblADGroups.ADObjectID Order By tblADusers.Userdomain, tblADusers.Username, ADGroupName
Explore the full platform, free for 14 days.
No credit card required.