CMS_RemoveUserFromStaticGroup
Description
Removes the specified user from the specified static group
For Business Unit support click here
Syntax
CMS_RemoveUserFromStaticGroup(sUnit, sGroup) as Boolean
User packages are not supported in PowerPacks
Parameters
sUnit (String)
Unit name
sGroup (String)
Group name
Example
VBScript
If bStatus Then bStatus = CMS_RemoveUserFromStaticGroup(gsUnitname, "CapaInstaller")