Security groups are not valid mail recipients, so yes, that's expected behavior.
mail enabled security group
Hi All
I am using exchange 2016 Hybrid environment. i have a mail enabled security group in onprem. i have added two AD security groups to this mail enabled security group. when i send email to mail enabled security group, user who are members of AD group residing in mail enabled security group are not getting emails. is this expected behavior.
Exchange Online
Exchange Exchange Server Management
Exchange Hybrid management
-
Vasil Michev 119.5K Reputation points MVP Volunteer Moderator
2023-06-06T15:16:59.29+00:00
1 additional answer
Sort by: Most helpful
-
Yuki Sun-MSFT 41,376 Reputation points Moderator
2023-06-07T03:14:32.6666667+00:00 Hi @Glenn Maxwell ,
when i send email to mail enabled security group, user who are members of AD group residing in mail enabled security group are not getting emails. is this expected behavior.
Yes, it's the expected behavior.
As mentioned in this official article, security groups are mainly designed for assigning permissions to shared resources, if you want the group members to receive mails sent to the group, you'll need to create the security group as an email entity, in other words, a mail-enabled security group.
In current situation, if you want it to work, you can consider mail enabling the two AD security groups using the steps below:
- Go to ADUC (Active Directory Users and Computers), convert the AD security groups to Universal (it's probably a Global at present).
- Run the command below in Exchange Management Shell to mail enabled the groups:
Enable-DistributionGroup -Identity <ADGroupIdentity>
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
- Go to ADUC (Active Directory Users and Computers), convert the AD security groups to Universal (it's probably a Global at present).