Versions Compared

Key

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

...

Adds the specified computer to the specified power scheme group

Syntax

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

(blue star) [bool]CMS_AddComputerToPowerSchemeGroup -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
themeEclipse
titleVBScript
If bStatus Then bStatus = CMS_AddComputerToPowerSchemeGroup(gsUnitName, "CapaInstaller")
(blue star) PowerShell
Code Block
languagepowershell
if (CMS_AddComputerToPowerSchemeGroup -group 'CapaInstaller') {
  $cs.Job_WriteLog("Added", "Computer added to power scheme group: 'CapaInstaller'")
} 

Scripting Guidelines

Related functions

CMS_RemoveComputerFromPowerSchemeGroup