Thats not one of the allowed attributes you can use in Azure:
https://learn.microsoft.com/en-us/entra/identity/users/groups-dynamic-membership
However you can create an Exchange DDG that will do this based on RecipientTypeDetails
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi, all
Feel like I've been on Google searching this question for hours now...
Does anyone know how to dynamiclly add all organisation shared mailboxes into an M365 group?
So far, the only way I've found to do this is giving all shared mailboxes a custom attribute and then using the below to add them. However this does not automatically pull in future shared mailboxes without manually adding the attribute and defeating the purpose.
(user.extensionAttribute1 -eq "SharedMailbox")
If anyone had the rule syntax for adding all shared mailboxes that would be cool
Thanks
Thats not one of the allowed attributes you can use in Azure:
https://learn.microsoft.com/en-us/entra/identity/users/groups-dynamic-membership
However you can create an Exchange DDG that will do this based on RecipientTypeDetails