Versions Compared

Key

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

...

For Business Unit support click here


Syntax

:vb: (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
Code Block
title
languagevb
themeEclipse
VBScript
If bStatus Then bStatus = CMS_AddComputerToDepartmentGroup(gsUnitName, "CapaInstaller")
(blue star) Powershell
Code Block
languagepowershell
If (CMS_AddComputerToDepartmentGroup -group 'CapaInstaller') {

}

Scripting Guidelines


Related functions

CMS_RemoveComputerFromDepartmentGroup