Description
Adds the specified user to the specified static group
For Business Unit support click here
Syntax
CMS_AddUserToStaticGroup(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_AddUserToStaticGroup(gsUnitname, "CapaInstaller")