The bCreateGroups property is a true/false flag specifying whether the Membership virtual server instance should attempt to create NT groups that do not exist within the domain for the purposes of mapping Membership groups to NT groups. Set bCreateGroups to TRUE to have the Membership virtual server instance create groups.
Type
BOOL
Example
Set ObjCreator = CreateObject("ObjCreator.ObjCreator.1")
Set BrokConfig = ObjCreator.CreateObjAuth("MemAdmin.BrokConfig.1") BrokConfig.GetConfig 1
BrokConfig.bCreateGroups = TRUE
BrokConfig.SetConfig