CMS_RemoveComputerFromDepartmentGroup
Description
Removes a specified computer from a department group
For Business Unit support click here
Â
Syntax
CMS_RemoveComputerFromDepartmentGroup(sUnit, sGroup) As Boolean
Â
Parameters
sUnit (String)
Unit name
sGroup (String)
Group name
Â
Example
VBScript
 If bStatus Then bStatus = CMS_RemoveComputerFromDepartmentGroup(gsUnitName, "CapaInstaller")
Â