Last updated
Last updated
has fewer built-in searches compared to PowerView and SharpView, but it does allow you to specify custom Lightweight Directory Access Protocol (LDAP) searches. These can be used to identify entries in the directory that match a given criteria.
For example, we can search for all objects whose category is "user" (i.e. domain users).
Filters can be used to limit the search result further. For instance, search for all domain groups which end in the word "admins".
These can be made more complex with further AND, OR and NOT conditions. All attributes can be returned using the --full
parameter, or specific attributes with the --attributes
parameter.
Additionally, the --json
parameter can be used to format the output in JSON.