Previous Topic: GetUnitGroupUnitGroupMembersNext Topic: GetUnitGroupUserAccountMembers


GetUnitGroupUnitMembers

The GetUnitGroupUnitMembers method retrieves the units (computers, user accounts, and user profiles) from a unit group's member list.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:long listHandle (m)

A numeric handle to a list returned by a previous call to OpenUnitGroupUnitMembersList.

xsd:long noOfUnits (m)

The total number of units to get from the list. This is less than or equal to the total number in the list returned by a previous call to OpenUnitGroupUnitMembersList.

Return Values

ArrayOfUnitProperties GetUnitGroupUnitMembersReturn

An array of UnitProperties - one for each unit requested from the list.

Remarks

You can make multiple calls to GetUnitGroupUnitMembers to iterate down the list.

More information:

UnitProperties