Forum Discussion
Robert Bollinger
Apr 20, 2021Iron Contributor
Group Creation Behavior
Hey Team, Quick question for you. When I use the portal or (new-distributiongroup) to create a new group, I am finding that the group as "Allow external senders" enabled be default. I can confir...
VasilMichev
MVP
Oh sorry, that's what happens when I reply before getting my daily caffeine dose 🙂
Same behavior though:
[19:25:25][Login script]# New-DistributionGroup sdfghj
Name DisplayName GroupType PrimarySmtpAddress
---- ----------- --------- ------------------
sdfghj sdfghj Universal sdfghj@michev.onmicrosoft.com
[19:25:31][Login script]# Get-DistributionGroup sdfghj | ft Name,Req*
Name RequireSenderAuthenticationEnabled
---- ----------------------------------
sdfghj True
Same behavior though:
[19:25:25][Login script]# New-DistributionGroup sdfghj
Name DisplayName GroupType PrimarySmtpAddress
---- ----------- --------- ------------------
sdfghj sdfghj Universal sdfghj@michev.onmicrosoft.com
[19:25:31][Login script]# Get-DistributionGroup sdfghj | ft Name,Req*
Name RequireSenderAuthenticationEnabled
---- ----------------------------------
sdfghj True
Robert Bollinger
Apr 21, 2021Iron Contributor
That's so strange when I do it, I get the same results as you but then if I check "accept messages from" its set to senders inside and outside.
Its almost like it changes the settings on its own.