Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Adds the specified computer the specified calendar group

For Business Unit support click here

 


Syntax

:vb: CMS_AddComputerToCalendarGroup(sUnit, sGroup) as Boolean

 


Parameters

sUnit (String)

Unit name

sGroup (String)

Group name

...


Example 

Code Block
language
languagevb
themeEclipse
vbtitleVBScript
If bStatus Then bStatus = CMS_AddComputerToCalendarGroup(gsUnitName, "CapaInstaller")

Scripting Guidelines 


Related functions

CMS_RemoveComputerFromCalendarGroup