/
CMS_AddComputerToStaticGroup
CMS_AddComputerToStaticGroup
Description
Adds the specified unit to the one or more static groups
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.
It is possible to state more groups by using comma (,) as delimiter
Return value
Boolean, TRUE if function completed successfully.
Boolean, TRUE if function completed successfully.
Example
VBScript
If bStatus Then bStatus = CMS_AddComputerToStaticGroup(gsUnitName, "CapaInstaller")
If bStatus Then bStatus = CMS_AddComputerToStaticGroup(gsUnitName, "Zone1,Zone2")
PowerShell
if (CMS_AddComputerToStaticGroup -group 'static1') {
$cs.Job_WriteLog("Added", "Computer added to static group: 'static1'")
}
Related functions
, multiple selections available,
Related content
CMS_ExistPackageOnManagementServer
CMS_ExistPackageOnManagementServer
Read with this
CMS_AddComputerToStaticGroup
CMS_AddComputerToStaticGroup
More like this
CMS_AddComputerToStaticGroup
CMS_AddComputerToStaticGroup
More like this
CMS_AddComputerToStaticGroup
CMS_AddComputerToStaticGroup
More like this
CMS_RemoveComputerFromStaticGroup
CMS_RemoveComputerFromStaticGroup
More like this
CMS_AddComputerToDepartmentGroup
CMS_AddComputerToDepartmentGroup
More like this