question

GlennMaxwell-2309 avatar image
0 Votes"
GlennMaxwell-2309 asked KyleXu-MSFT commented

mail enabled security group

Hi All i am using exchange 2016 hybrid environment. i want to create mail enabled security group in exchange onprem. experts guide me how to create mail enabled security group from exchange onprem powershell module. i use the below syntax for DL not sure of mail enabled security group.

New-DistributionGroup -Name "Test Group1" -Alias "Test.Group1" -DisplayName "Test Group1" -SamAccountName "Test Group1"

office-exchange-server-administrationoffice-exchange-online-itpro
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

KyleXu-MSFT avatar image
0 Votes"
KyleXu-MSFT answered

@GlennMaxwell-2309

Add "-Type Security" to your command:
95435-qa-kyle-10-48-27.png


If the response is helpful, please click "Accept Answer" and upvote it.
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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

GlennMaxwell-2309 avatar image
0 Votes"
GlennMaxwell-2309 answered KyleXu-MSFT commented

is the below syntax correct

New-DistributionGroup -Type Security -Name "Test Group2" -Alias "Test.Group2" -DisplayName "Test Group2" -SamAccountName "Test Group2"

· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Yes, that is correct.

0 Votes 0 ·

@GlennMaxwell-2309
I am writing here to confirm with you any update about this thread now?
If the above suggestion helps, please be free to mark it as an answer for helping more people.

0 Votes 0 ·