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

Description

Adds a specified computer to the specified department group

It will be unlinked from current department group (if any), since a computer only can be in one department group

For Business Unit support click here


Syntax

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

(blue star) [bool]CMS_AddComputerToDepartmentGroup -group <string>


Parameters

sUnit (String)

Unit name

sGroup (String)

Group name


Example

(blue star) VBScript
If bStatus Then bStatus = CMS_AddComputerToDepartmentGroup(gsUnitName, "CapaInstaller")
(blue star) Powershell
If (CMS_AddComputerToDepartmentGroup -group 'CapaInstaller') {

}

Scripting Guidelines


Related functions

CMS_RemoveComputerFromDepartmentGroup

  • No labels