Versions Compared

Key

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

...

Removes a specified computer from a power scheme group

 


Syntax

CMS_RemoveComputerFromPowerSchemeGroup(sUnit, sGroup) As Boolean 


Parameters

sUnit (String)

Unit name

...

Group name


Example

Code Block
languagevb
themeEclipselanguagevb
titleVBScript
 If bStatus Then bStatus = CMS_RemoveComputerFromPowerSchemeGroup(gsUnitName, "CapaInstaller") 

Scripting Guidelines

Related functions

CMS_AddComputerToPowerSchemeGroup