UsrMgr\_CreateLocalGroup
Description
Section titled “Description”Creates a group on the computer
Syntax
Section titled “Syntax”UsrMgr_CreateLocalGroup(sGroupName, sDescription) As Boolean
Parameters
Section titled “Parameters”sGroupName (String)
The group to be created
sDescription (String)
Description of the group
Example
Section titled “Example”VBScript
If bStatus Then bStatus = UsrMgr_CreateLocalGroup("Group","New group description")Related functions
Section titled “Related functions”UsrMgr_CreateLocalUser UsrMgr_AddUserToLocalGroup