Forum Discussion
Johan Pauly
Jul 04, 2019Brass Contributor
Creating dynamic groups with custom attribute
We want to create several groups based on the value that we fill into the field CustomAttribute1. Our environment is not AD Synced. We're working in the cloud with all our applications and servi...
- Jul 04, 2019Yeah, right. The ExtensionAttribute you are referring to is present on the Exhange Mailbox?
Azure AD dynamic group rules does not as to my knowledge let you use Exchange Extension Attributes from out-of-the box.
Since you also stated that there is no AAD Connect Sync in place, I would try another attribute. The ExtensionAttributes reffered to in https://docs.microsoft.com/en-us/azure/active-directory/users-groups-roles/groups-dynamic-membership#extension-properties-and-custom-extension-properties are those coming from on-prem AD via sync.
headburgh
Jul 04, 2019MCT
Johan Pauly Hi, how are your rules for the dynamic groups set up?
https://docs.microsoft.com/en-us/azure/active-directory/users-groups-roles/groups-dynamic-membership
Johan Pauly
Jul 04, 2019Brass Contributor
Hello,
this rule is very simple: (user.extensionAttribute1 -eq "xxxxxxxxxxxxx")
headburgh wrote:Johan Pauly Hi, how are your rules for the dynamic groups set up?
https://docs.microsoft.com/en-us/azure/active-directory/users-groups-roles/groups-dynamic-membership
- headburghJul 04, 2019MCTHi again,
Just to be clear. Are we talking about Dynamic Azure AD Groups or Dynamic Distribution Groups?
/Viktor- Johan PaulyJul 04, 2019Brass Contributor
- headburghJul 04, 2019MCTYeah, right. The ExtensionAttribute you are referring to is present on the Exhange Mailbox?
Azure AD dynamic group rules does not as to my knowledge let you use Exchange Extension Attributes from out-of-the box.
Since you also stated that there is no AAD Connect Sync in place, I would try another attribute. The ExtensionAttributes reffered to in https://docs.microsoft.com/en-us/azure/active-directory/users-groups-roles/groups-dynamic-membership#extension-properties-and-custom-extension-properties are those coming from on-prem AD via sync.