CMS_AddComputerToPowerSchemeGroup
Description
Section titled “Description”Adds the specified computer to the specified power scheme group
Syntax
Section titled “Syntax”CMS_AddComputerToPowerSchemeGroup(sUnit, sGroup) as Boolean[bool] CMS_AddComputerToPowerSchemeGroup -group <string>Parameters
Section titled “Parameters”sUnit (String)
Section titled “sUnit (String)”Unit name
sGroup (String)
Section titled “sGroup (String)”Group name
Return value
Section titled “Return value”Boolean, TRUE if function completed successfully.
Boolean, TRUE if function completed successfully.
Example
Section titled “Example”If bStatus Then bStatus = CMS_AddComputerToPowerSchemeGroup(gsUnitName, "CapaInstaller")if (CMS_AddComputerToPowerSchemeGroup -group 'CapaInstaller') { $cs.Job_WriteLog("Added", "Computer added to power scheme group: 'CapaInstaller'")}Related functions
Section titled “Related functions”CMS_RemoveComputerFromPowerSchemeGroup Constants Package Property Variables Business Unit support