Previous Topic: LinkUnitGroupsToUnitGroupNext Topic: LinkUserAccountsToUnitGroup


LinkUnitGroupsToUnitGroupByName

The LinkUnitGroupsToUnitGroupByName method links one or more unit groups specified by name to a given unit group also specified by name. The default value of the target group is Computers and Users.

Note: When the web service is connected to a domain manager, and the user tries to link a local group to a group replicated from the enterprise manager, or vice versa, an error is returned to the user. On a domain manager, the composition or properties of only local computer groups can be modified.

Parameters

xsd:string sessionId (m)

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

xsd:string unitGroupName

Specifies the name of group to which the unit groups are to be linked. The default value is Computer and User group.

ArrayOfstring unitGroupNames (m)

Defines an array of names identifying the groups that are to be linked to the specified unit group.

Return Values

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

Remarks

None