CMS\_RemoveComputerFromCalendarGroup
Description
Section titled “Description”Removes a specified computer unit from a calendar group
For Business Unit support click Business Unit support
Syntax
Section titled “Syntax”:vb: CMS_RemoveComputerFromCalendarGroup(sUnit as String, sGroup as String) as Boolean
:ps: [bool]CMS_RemoveComputerFromCalendarGroup -group <string>
Parameters
Section titled “Parameters”sUnit (String)
Unit name
sGroup (String)
Group name
Return value
Section titled “Return value”:vb: Boolean, TRUE if function completed successfully.
:ps: Boolean, TRUE if function completed successfully.
Example
Section titled “Example”:vb: VBScript
Section titled “:vb: VBScript”If bStatus Then bStatus = CMS_RemoveComputerFromCalendarGroup(gsUnitName, "CapaInstaller"):ps: PowerShell
Section titled “:ps: PowerShell”if (CMS_RemoveComputerToCalendarGroup -group 'calendar1') { $cs.Job_WriteLog("Removed", "Computer removed from calendar group: 'calendar1'")}Related functions
Section titled “Related functions”CMS_AddComputerToCalendarGroup