Previous Topic: LinkUserProfilesToUnitGroupNext Topic: OpenUnitGroupUnitGroupMembersList


OpenUnitGroupComputerMembersList

The OpenUnitGroupComputerMembersList method opens a list of the computers that are members of the given unit group.

The method returns the total number of computers in the list, and a handle to the list that can be used for further calls to GetUnitGroupComputerMembers.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string unitGroupId (m)

The UUID of the unit group whose member computers are to be listed.

ArrayOfComputerPropertyFilter computerPropertyFilters

An array of computer property filter definitions to limit the computers returned by the search.

ComputerPropertiesRequired computerPropertiesRequired (m)

The properties that will be required when getting a commputer from the list.

Return Values

xsd:long OpenListHandle

A numeric handle to a list of unit groups that can be passed to GetUnitGroupComputerMembers

xsd:long totalNoOfComputers

The total number of computers in the list whose handle has been returned.

Remarks

None

More information:

ComputerPropertiesRequired

ComputerPropertyFilter