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 5 Next »

Description

Adds the specified unit to the specified static group

For Business Unit support click here

Syntax

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

(blue star) [bool]CMS_AddComputerToStaticGroup -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_AddComputerToStaticGroup(gsUnitName, "CapaInstaller")
(blue star) PowerShell
if (CMS_AddComputerToStaticGroup -group 'static1') {
  $cs.Job_WriteLog("Added", "Computer added to static group: 'static1'")
} 

Scripting Guidelines

Related functions

CMS_RemoveComputerFromStaticGroup

  • No labels