mail enabled security group

Roger Roger 4,956 Reputation points
2020-08-17T20:06:42.713+00:00

Hi All

i am using exchange 2010 hybrid environment, i have a security group in onprem AD, i want to convert it to mail enabled security group, current group scope is global, group type is security what i understand is i should convert group scope to universal. will the below two syntax's satisfy my requirement?

From powershell:Get-ADGroup -Identity group1 | Set-ADGroup -GroupScope Universal 
From EMS:Enable-DistributionGroup -Identity group1 -primarysmtpaddress group1@Company portal .com

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,233 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,381 questions
0 comments No comments
{count} votes

Accepted answer
  1. Lydia Zhou - MSFT 2,371 Reputation points Microsoft Employee
    2020-08-18T02:09:35.71+00:00

    I test the commands you provided. They works well.
    18153-534.png

    After that, I add group members and send a message to this mail-enabled security group. The message can be received successfully.
    18161-535.png

    0 comments No comments

0 additional answers

Sort by: Most helpful