Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.52 KB

querying-for-groups-in-a-domain.md

File metadata and controls

25 lines (18 loc) · 1.52 KB
title description ms.assetid ms.tgt_platform keywords ms.topic ms.date
Querying for Groups in a Domain
Groups can be placed in any container or organizational unit in a domain as well as the root of the domain.
338a93dd-445d-4f74-a6d6-e5c8ba2e765e
multiple
Querying for Groups in a Domain AD
Groups AD , Querying for Groups in a Domain
article
05/31/2018

Querying for Groups in a Domain

Groups can be placed in any container or organizational unit in a domain as well as the root of the domain. Groups may not always be in one container. Therefore, it is necessary to search the entire domain to find all groups in the domain.

To search for all groups in a domain, set the search start point to the root of the domain, set the search scope to subtree and search for all objects that have an objectClass value of "group".

If groups that contain particular ADS_GROUP_TYPE_ENUM values must be found, the LDAP_MATCHING_RULE_BIT_AND matching rule operator can be used to search for groups that have particular bits set in the groupType attribute. For more information about using matching rules, see Search Filter Syntax.

For more information and a code example that shows how to search for groups in a domain, see Example Code for Searching for Groups in a Domain.