CMS_AddComputerToDepartmentGroup
Description
Adds a specified computer to the specified department group
It will be unlinked from current department group (if any), since a computer only can be in one department group
For Business Unit support click here
Syntax
CMS_AddComputerToDepartmentGroup(sUnit, sGroup) as Boolean
Parameters
sUnit (String)
Unit name
sGroup (String)
Group name
Example
VBScript
If bStatus Then bStatus = CMS_AddComputerToDepartmentGroup(gsUnitName, "CapaInstaller")