...
For Business Unit support click here
Syntax
:vb: CMS_AddComputerToCalendarGroup(sUnit, sGroup) as Boolean
CMS_AddComputerToCalendarGroup [-unit] <string> [-group] <string>
Parameters
sUnit (String)
Unit name
sGroup (String)
Group name
Example
VBScript
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
If bStatus Then bStatus = CMS_AddComputerToCalendarGroup(gsUnitName, "CapaInstaller") |