UsrMgr_CreateLocalGroup
Description
Creates a group on the computer
Â
Syntax
UsrMgr_CreateLocalGroup(sGroupName, sDescription) As Boolean
Â
Parameters
sGroupName (String)
The group to be created
sDescription (String)
Description of the group
Â
Example
VBScript
If bStatus Then bStatus = UsrMgr_CreateLocalGroup("Group","New group description")
Â