Forum Discussion
Dynamic Office 365 groups
- Aug 17, 2016
It is available with Azure AD premium subscription.
It is available with Azure AD premium subscription.
SanthoshB1 is correct, you need AAD Premium to get this working out of the box.
However, if you are a bit into Powershell scripting then you should be able to write a script that can read a users security group profile (retrieved from AD using AD Connect) and add members to unified groups using the Add-UnifiedGroupLinks cmdlet to add members to a unifiedgroup based on a security profile.
- cfiessingerAug 19, 2016Microsoft
Official AAD documentation https://azure.microsoft.com/en-us/documentation/articles/active-directory-accessmanagement-manage-groups/#how-can-i-create-a-simple-rule-to-manage-members-of-a-group-dynamically
- Carol DeMuthOct 13, 2016Iron Contributor
Thanks for the link to the documentation. If we don't have the premium Azure AD, and we convert Dynamic distribution lists that were set up in Exchange to "Groups" would the membership in that group then have to be maintained by the Group owner?
I am creating some documentation for our users and I noticed that using the People directory shows Dynamic Distribution lists, but doesn't show the membership. I was thinking of converting to Groups, but will have to work out the maintenance of membership.
- cfiessingerOct 13, 2016Microsoft
correct in that case the owner will have to manage the members. I highly recommend in that case to have multiple owners.