Setup
Distribution Lists
Manage Cloud Only Distribution Lists
2 min
activate uses the microsoft graph rest api for all management of azure where possible the rest api provides high performance and is recommended by microsoft as the preferred option however, there are limitations on the types of groups that can be managed this way as outlined here https //learn microsoft com/en us/graph/api/resources/groups overview?view=graph rest 1 0 in microsoft graph, the type of group can be identified by the settings of its grouptype, mailenabled, and securityenabled properties as indicated in the table below true 132,132,132,132,133left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type this means that mail enabled groups that are not microsoft 365 groups cannot be managed using ms graph microsoft recommended using microsoft 365 groups however, some customers still wish to use mail enabled distribution groups or distribution lists that are not microsoft 365 groups this was not possible in versions before v8 powershell powershell is used to manage these groups this process is mostly seamless to scripts and processes within activate however, the following limitations and known issues are noted there is a 5 10 second delay when first connecting to exchange online the first time a session is started this can happen at any time an action is required against a dl the group types in adcache are used to determine the group type therefore, if the group type is changed between syncs, then the wrong action may be taken and the action may fail each action requiring powershell is 6 10 times slower that using graph adding large numbers of users or bulk changes will be slower for these groups it is possible that large numbers of changes may hit powershell execution limits microsoft recommends using microsoft 365 groups where possible to avoid these limitations