CMS_AddComputerToDepartmentGroup
Description
Section titled “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 Business Unit support
Syntax
Section titled “Syntax”CMS_AddComputerToDepartmentGroup(sUnit, sGroup) as Boolean[bool] CMS_AddComputerToDepartmentGroup -group <string>Parameters
Section titled “Parameters”sUnit (String)
Section titled “sUnit (String)”Unit name
sGroup (String)
Section titled “sGroup (String)”Group name
Return value
Section titled “Return value”Boolean, TRUE if function completed successfully.
Boolean, TRUE if function completed successfully.
Example
Section titled “Example”If bStatus Then bStatus = CMS_AddComputerToDepartmentGroup(gsUnitName, "CapaInstaller")If (CMS_AddComputerToDepartmentGroup -group 'CapaInstaller') { $cs.Job_WriteLog("Added", "Computer added to department group: 'CapaInstaller'")}Related functions
Section titled “Related functions”CMS_RemoveComputerFromDepartmentGroup Constants Package Property Variables Business Unit support