Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Description

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


Example

(blue star) VBScript
If bStatus Then bStatus = CMS_AddComputerToPowerSchemeGroup(gsUnitName, "CapaInstaller")

(blue star) PowerShell

if (CMS_AddComputerToPowerSchemeGroup -group 'CapaInstaller') {
  $cs.Job_WriteLog("Added", "Computer added to power scheme group: 'CapaInstaller'")
} 

Scripting Guidelines


Related functions

CMS_RemoveComputerFromPowerSchemeGroup

  • No labels