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)
Section titled “sGroupName (String)”The group to be created
sDescription (String)
Section titled “sDescription (String)”Description of the group
Example
Section titled “Example”If bStatus Then bStatus = UsrMgr_CreateLocalGroup("Group","New group description")Related functions
Section titled “Related functions”UsrMgr_CreateLocalUser UsrMgr_AddUserToLocalGroup Constants Package Property Variables