Versions Compared

Key

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

Description

Adds the computer the specified calendar group

For Business Unit support click here

Syntax

(blue star) CMS_AddComputerToCalendarGroup(sUnit, sGroup) as Boolean

(blue star) [bool]CMS_AddComputerToCalendarGroup -group <string>

Parameters

sUnit (String)

Unit name

sGroup (String)

Group name

Return value

(blue star) Boolean, TRUE if function completed successfully.

(blue star) Boolean, TRUE if function completed successfully. 

Example 

(blue star) VBScript
Code Block
languagevb
If bStatus Then bStatus = CMS_AddComputerToCalendarGroup(gsUnitName, "CapaInstaller")
(blue star) PowerShell
Code Block
languagepowershell
if (CMS_AddComputerToCalendarGroup -group 'calendar1') {
  $cs.Job_WriteLog("Added", "Computer added to calendar group: 'calendar1'")
} 

Scripting Guidelines

Related functions

CMS_RemoveComputerFromCalendarGroup