Active Directory Provider::Group Members


Returns the members of the specified Microsoft® Active Directory® group. Used by Microsoft® Provisioning Framework (MPF).

Group Members is a wrapper for IADsGroup::Members.

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>
</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
  <members>1..1
	<member>0..unbounded</member>
  </members>
</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)
members
(minOccurs="1" maxOccurs="1", output only)

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

Parent:
executeData

member Description:
LDAP path of a group member.

Parent:
members

members Description:
List of group members.

Parent:
executeData

Child:
member (minOccurs="0" maxOccurs="*", output only)

See Also

Active Directory Provider, Preferred DC Active Directory Provider


Up Top of Page
© 1999-2002 Microsoft Corporation. All rights reserved.