Previous Topic: UnlinkComputersFromUnitGroupNext Topic: UnlinkUnitGroupsFromUnitGroup


UnlinkComputersFromUnitGroupByName

This method unlinks a list of computers, specified by computer name, from a unit group. A computer can be uniquely identified by its name.

Note: When the web service is connected to a domain manager, and using this api, the user tries to unlink a computer from a group replicated from the enterprise manager, an error is returned to the user. On a domain manager the composition of only local groups (groups created in the domain manager) can be changed.

Parameters

xsd: string sessionId (m)

Specifies the session id obtained from the login to the web service.

xsd: string unitGroupName (m)

The Unit Group Name where computers need to be unlinked,

ArrayOfstring computerNames (m)

List of all computer names that need to be unlinked from UnitGroup.

Return Values

This is a void method that does not expose a return value.

Remarks

None