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

Removes a specified computer from a static group

For Business Unit support click here


Syntax

(blue star) CMS_RemoveComputerFromStaticGroup(sUnit, sGroup) As Boolean

(blue star) [bool]CMS_RemoveComputerFromStaticGroup -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
If bStatus Then bStatus = CMS_RemoveComputerFromStaticGroup(gsUnitName, "CapaInstaller") 
(blue star) PowerShell
 if (CMS_RemoveComputerFromStaticGroup -group 'windows12_test') {
  $cs.Job_WriteLog("Removed", "Computer removed from static group: 'windows12_test'")
}

 

Scripting Guidelines


Related functions

CMS_AddComputerToStaticGroup


  • No labels