AD Query Library
Since the creation of Active Directory, Hyena has supported customized queries, which are used in all of Hyena's views. The Query Library feature was created in order to have a ready and updatable resource for examples of complex queries that also show some of the extended flexibility in Hyena's implementation of the LDAP standard that AD is built on.
Hyena's Query Library is accessible through the 'AD Queries' button on the main ribbon. Click on the 'Query Library' button on the upper right corner of the Query Manager.
The Query Library is organized in a manner to mirror the existing query categories in Hyena: Container/OU Contents, Users, Groups, Global Groups, Local Groups, Universal Groups, and Computers.
To use the Library, first determine whether you want to manage Active Directory through Containers and OUs, or through the built-in nodes for Users, Groups, etc. that are found under an Active Directory domain in Hyena and change the option to reflect what query category you want to manage (Container/OU Contents, Users, etc). Click the 'Query Library' button to access the Library.
As an example of a common request, if a query is needed to show only enabled users (ie to NOT show disabled accounts), find and select the query in the Library titled "Enabled Users". Selecting this query in the Library will show its properties, including the LDAP filter of:
(&(objectCategory=person)(objectClass=user)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
This LDAP filter will show users, and the last portion (userAccountControl) filters out the disabled accounts. The pre-defined queries in the Library are an excellent source of ideas on how to best leverage the capabilities of the LDAP filtering mechanism together with Hyena's ease-of-use.
To add any query from the Library to the current query list, simply select the queries and click the 'Import' button.
For more information on how to modify the AD queries in Hyena, watch the 'Hyena Active Directory Query Basics (201)' video available here:
https://www.youtube.com/user/SystemToolsSoftware
Advanced Settings
Hyena has a number of special settings (nearly 100) that are not available in the standard Settings dialog, due to their special purpose. These Advanced Settings are accessible under Settings > Advanced. Prior to making any changes, click the Help button to access the Advanced Settings help topic and look at the various settings to see which ones may be applicable to your environment.
|