The Advanced v2 filter offers a powerful way to locate specific permissions in Active Directory by defining the search scope and utilising a sophisticated query language.
- Object Type Checkboxes: Select one or more object types (e.g.,
Users,Groups,OUs) to limit the search. SelectingAll Objectsincludes all object classes. - LDAP Filter: For more granular control, you can provide a custom LDAP filter string. This is used in addition to any selected object types.
- Base: Searches only the starting object itself.
- One Level: Searches the immediate children of the starting object, but not the base object itself.
- Sub Tree: Searches the starting object and all of its descendants at all levels.
- DACL (Discretionary Access Control List): The default option, which contains the permissions (Allow/Deny ACEs).
- SACL (System Access Control List): Contains the auditing rules (Success/Failure ACEs).
- Mailbox: Specifically targets the
msExchMailboxSecurityDescriptorfor Exchange permissions. - Schema: Targets
defaultSecurityDescriptoron a schema class object.
Validation
The Validate button parses the query string without executing it. This allows you to check for syntax errors before running a potentially long search. If the syntax is correct, the message "Query Validated Successfully" will appear.
Also See: