CMS_AddComputerToPowerSchemeGroup
Description
Adds the specified computer to the specified power scheme group
Â
Syntax
CMS_AddComputerToPowerSchemeGroup(sUnit, sGroup) as Boolean
Â
Parameters
sUnit (String)
Unit name
sGroup (String)
Group name
Â
Example
VBScript
If bStatus Then bStatus = CMS_AddComputerToPowerSchemeGroup(gsUnitName, "CapaInstaller")
Â