Active Directory Provider::Group IsMember

Checks whether an object is part of the specified Microsoft® Active Directory® group. Used by Microsoft® Provisioning Framework (MPF).

Group IsMember is a wrapper for IADsGroup::IsMember.

XML Input Schema

The following code fragment shows the format for sending data to this procedure. For more information on individual elements and attributes, see the Elements and Attributes table.


<executeData>1..1 <group>1..1</group> <path>1..1</path> </executeData>

XML Output Schema

The following code fragment shows the format for data this procedure returns. For more information on individual elements and attributes, see the Elements and Attributes table.


<executeData>1..1 <isMember>1..1</isMember> </executeData>

Elements and Attributes

The following table describes the XML schema elements and attributes. Unless otherwise indicated, the data type is string.

Element Description, relationships, and attributes
executeData Description:
Encapsulates the procedure's input and output data.

Children:
group (minOccurs="1" maxOccurs="1", input only)
isMember (minOccurs="1" maxOccurs="1", output only)
path (minOccurs="1" maxOccurs="1", input only)

group Description:
Lightweight directory access protocol (LDAP) path of the group.

Parent:
executeData

isMember Description:
Identifies whether the object is a member of the group. Returns "1" for true or "0" for false.

Parent:
executeData

path Description:
LDAP path of the object to check for membership in the group.

Parent:
executeData

See Also

Active Directory Provider, Preferred DC Active Directory Provider