Description
Adds the computer the specified calendar group
For Business Unit support click here
Syntax
CMS_AddComputerToCalendarGroup(sUnit, sGroup) as Boolean
CMS_AddComputerToCalendarGroup [-unit] <string> [-group] <string>
Parameters
sUnit (String)
Unit name
sGroup (String)
Group name
Example
VBScript
If bStatus Then bStatus = CMS_AddComputerToCalendarGroup(gsUnitName, "CapaInstaller")