Versions Compared

Key

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

...

sGroup (String)

Group name


Example 

(blue star) VBScript
Code Block
languagevb
If bStatus Then bStatus = CMS_AddComputerToCalendarGroup(gsUnitName, "CapaInstaller")

...

Code Block
languagepowershell
if (CMS_AddComputerToCalendarGroup -group "'calendar1"') {
  $cs.Job_WriteLog("Added", "Computer added to calendar group: 'calendar1'")
} 

...