Skip to main content

Creating or deleting Active Directory groups

The following pseudo attributes are supported to allow you to create or delete Active Directory distribution groups and mail enable them.

  • _CreateADGroup: This pseudo attribute allows to create an Active Directory distribution groups. When it exists and has value True, the connector will create the Active Directory group and assign a mailbox.

    If it's false or doesn't exist, the connector assumes the group is already in Active Directory and will just enable a mailbox for it.

  • _DeleteADGroup: This pseudo attribute allows to delete an Active Directory distribution group. When it exists and has value True, it will delete the distribution group in Active Directory, otherwise, it will just remove the mailbox that's attached to that group, but leaving the group still in Active Directory.