CMS_AddComputerToStaticGroup
Description
Adds the specified unit to the specified static group
For Business Unit support click here
Â
Syntax
CMS_AddComputerToStaticGroup(sUnit, sGroup) as Boolean
Â
Parameters
sUnit (String)
Unit name
sGroup (String)
Group name
Â
Example
If bStatus Then bStatus = CMS_AddComputerToStaticGroup(gsUnitName, "CapaInstaller")
Â