Documentation forAccess Rights Manager

Enable email (create distribution group) in Exchange

In the optional "Modules" section, you provide Exchange options. With this template, the new group can be email activated and become an Exchange distribution group.

For a successful distribution role in Exchange, the group scope must be universal.

The credentials (arrow) can not be influenced by the template. You make this setting in the Exchange change configuration.

 

Example

"Modules" : [

{

// (required) Name of the module as key to depending processes. Do not change.

"Name" : "Exchange.Create.DistributionGroup",

// (required) Short description of the module. Used as section headline.

"Displaytext" : "Create Distribution Group in Exchange",

// (optional) Long description of the module. Displayed within the section.

"Description" : "Long description for demo.",

/* (optional) Determine the Credential Type.

Possible values:

- UsernamePassword (default)

- Windows */

"CredentialType" : "Windows",

// (required) required input values (all fields)

"Fields" : [

{

"Name": "createdistributiongroup",

"Definition": {

"Type": "Checkbox",

"DefaultValue": true,

"Label": "Create distribution group ",

"IsRequired": true

}

},

{

"Name": "emailaddresses",

"Definition": {

"Type": "TextArea",

"Label": "E-Mail addresses ",

"IsRequired": true,

"IsEnabled": true,

"Constraints": {

"MaxLength": 500,

"ValidationRule": "^((([a-z][a-z0-9]+:)?([A-Z][A-Z0-9]+:)?(\\w+([-+.']\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*(\\r\\n)?\\n?)+)*)$",

"CreationRule" : "SMTP:<tolowerCase>({samaccountname})@<tolowerCase>([fqdn])\r\nsmtp:<tolowerCase>({samaccountname})@mydomain.com"

}

}

},

{

"Name": "RequireSenderAuthenticationEnabled",

"Definition": {

"Type": "Checkbox",

"Label": "Only authenticated senders ",

"DefaultValue": true,

"IsRequired": true

}

}

]

}

]