Description
Adds the specified unit to the specified static group
For Business Unit support click here
Syntax
CMS_AddComputerToStaticGroup(sUnit, sGroup) as Boolean
[bool]CMS_AddComputerToStaticGroup -group <string>
Parameters
sUnit (String)
Unit name
sGroup (String)
Group name
Return value
Boolean, TRUE if function completed successfully.
Boolean, TRUE if function completed successfully.
Example
VBScript
If bStatus Then bStatus = CMS_AddComputerToStaticGroup(gsUnitName, "CapaInstaller")
PowerShell
if (CMS_AddComputerToStaticGroup -group 'static1') { $cs.Job_WriteLog("Added", "Computer added to static group: 'static1'") }