CMS_RemoveComputerFromStaticGroup
Description
Removes a specified computer from a static group
For Business Unit support click here
Â
Syntax
CMS_RemoveComputerFromStaticGroup(sUnit, sGroup) As Boolean
Â
Parameters
sUnit (String)
Unit name
sGroup (String)
Group name
Example
VBScript
If bStatus Then bStatus = CMS_RemoveComputerFromStaticGroup(gsUnitName, "CapaInstaller")
Related functions
Â