/
CMS_AddComputerToDepartmentGroup
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")
Related functions
, multiple selections available,
Related content
CMS_AddComputerToDepartmentGroup
CMS_AddComputerToDepartmentGroup
More like this
CMS_AddComputerToDepartmentGroup
CMS_AddComputerToDepartmentGroup
More like this
CMS_AddComputerToDepartmentGroup
CMS_AddComputerToDepartmentGroup
More like this
CMS_RemoveComputerFromDepartmentGroup
CMS_RemoveComputerFromDepartmentGroup
More like this
CMS_RemoveComputerFromDepartmentGroup
CMS_RemoveComputerFromDepartmentGroup
More like this
CMS_RemoveComputerFromDepartmentGroup
CMS_RemoveComputerFromDepartmentGroup
More like this