...
For Business Unit support click here
Syntax
:vb: CMS_AddComputerToDepartmentGroup(sUnit, sGroup) as Boolean
[bool]CMS_AddComputerToDepartmentGroup -group <string>
Parameters
sUnit (String)
Unit name
sGroup (String)
Group name
Example
VBScript
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
If bStatus Then bStatus = CMS_AddComputerToDepartmentGroup(gsUnitName, "CapaInstaller")
|
Powershell
Code Block | ||
---|---|---|
| ||
If (CMS_AddComputerToDepartmentGroup -group 'CapaInstaller') { } |