Aug 09 2024 06:22 AM
So we have got a Dynamic group that contains devices (based on brand and OS -> all Apple iOS devices) . We have got another Microsoft 365 group with group email address like email address removed for privacy reasons. Now I would like to email all users of the iOS devices using this email address.
As before the situation was that we had groups with assigned members (users) and in the Dynamic Rule of the MS 365 Dynamic group with the email address I just created a rule like: user.memberof -any (group.objectId -in ['b35f7ce7-f0ba-45b8-a066-e273e6816774']) (I can add as much other groups as well.
But now it is different. I only have a Dynamic group with all Apple devices. So no members (users) but devices...
Any way to set this up ending up being able to email all device users using the group email address email address removed for privacy reasons ?
Aug 18 2024 01:52 PM
Aug 20 2024 05:39 AM
Aug 20 2024 09:44 AM - edited Aug 20 2024 09:45 AM
Dynamic groups containing all iOS devices contain just that; there is no relation between that device group and users. You would have to create a runbook, or similar, that retrieves all the iOS devices with their primary user, use that primary user to be added to a Microsoft 365 group, and schedule that.