CMS\_AddUserToStaticGroup
Description
Section titled “Description”Adds the specified user to the specified static group
For Business Unit support click Business Units
Syntax
Section titled “Syntax”:vb: CMS_AddUserToStaticGroup(sUnit, sGroup) as Boolean
:ps: User packages are not supported in PowerPacks
Parameters
Section titled “Parameters”sUnit (String)
Unit name
sGroup (String)
Group name
Return value
Section titled “Return value”:vb: Boolean, TRUE if function completed successfully.
Example
Section titled “Example”:vb: VBScript
Section titled “:vb: VBScript”If bStatus Then bStatus = CMS_AddUserToStaticGroup(gsUnitname, "CapaInstaller")Related functions
Section titled “Related functions”