ADSearch
AdSearch
ADSearch has fewer buil-in queries than PowerView / SharpView. However, it allows for customer Lightweight Directory Access Protocol (LDAP) queries. These can be used to identify entries in the directory that match a given criteria.
Custom LDAP Queries
Search All Objects by Category "User"
The below LDAP query returns all domain users.
Applying Filters for admin users
We can apply a filter to our LDAP query to search for names that end with "Admins".
AND, OR, NOT Conditions
We can build more complex conditional queries.
Output to JSON
The --json
parameter can be used to format the output in JSON.\
Last updated