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