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

Version 1 Current »

Description

Removes a specified computer from a power scheme group

 

Syntax

CMS_RemoveComputerFromPowerSchemeGroup(sUnit, sGroup) As Boolean

 

Parameters

sUnit (String)

Unit name

sGroup (String)

Group name


Example

VBScript
 If bStatus Then bStatus = CMS_RemoveComputerFromPowerSchemeGroup(gsUnitName, "CapaInstaller") 

Scripting Guidelines

Related functions

CMS_AddComputerToPowerSchemeGroup

  • No labels