Skip to content

CMS\_AddComputerToDepartmentGroup

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

:vb: CMS_AddComputerToDepartmentGroup(sUnit, sGroup) as Boolean

:ps: [bool]CMS_AddComputerToDepartmentGroup -group <string>

sUnit (String)

Unit name

sGroup (String)

Group name

:vb: Boolean, TRUE if function completed successfully.

:ps: Boolean, TRUE if function completed successfully.

If bStatus Then bStatus = CMS_AddComputerToDepartmentGroup(gsUnitName, "CapaInstaller")
Terminal window
If (CMS_AddComputerToDepartmentGroup -group 'CapaInstaller') {
$cs.Job_WriteLog("Added", "Computer added to department group: 'CapaInstaller'")
}

Scripting Guidelines

CMS_RemoveComputerFromDepartmentGroup