Apr 20 2021
03:55 PM
- last edited on
Feb 07 2023
07:38 PM
by
TechCommunityAP
Apr 20 2021
03:55 PM
- last edited on
Feb 07 2023
07:38 PM
by
TechCommunityAP
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 confirm that the option for "Allow people outside my org to send to this group is not selected" at creation time.
This occurs when using the admin center or the cmdlet. I swear that it worked differently last week. Any ideas on the behavior?
Thanks,
Robert
Apr 20 2021 11:41 PM
Apr 21 2021 07:28 AM
Apr 21 2021 09:28 AM
Apr 21 2021 12:31 PM
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.
Apr 21 2021 12:34 PM
Apr 21 2021 10:58 PM
Apr 22 2021 02:02 AM
I ran this:
New-DistributionGroup -Name "Project Aska" -PrimarySmtpAddress Project.Aska@office365itpros.com -DisplayName "Project Aska Team" -Alias Project.Aska Creating a new Remote PowerShell session using Modern Authentication for implicit remoting of "New-DistributionGroup" command ... New! Microsoft 365 Groups are the next generation of distribution lists.
Groups give teams shared tools for collaborating using email, files, a calendar, and more.
You can start right away using the New-UnifiedGroup cmdlet.
Name DisplayName GroupType PrimarySmtpAddress
---- ----------- --------- ------------------
Project Aska Project Aska Team Universal Project.Aska@office365itpros.com
Get-DistributionGroup Project.Aska | ft req*
RequireSenderAuthenticationEnabled
----------------------------------
True
RequireSenderAuthenticationEnabled is True, so external users can't send to this list. I then checked with EAC and found that the incorrect option appears to be selected:
But when I look at PowerShell again, I find that the property is updated. Something screwy is happening here.
Get-DistributionGroup Project.Aska | ft req*
RequireSenderAuthenticationEnabled
----------------------------------
False
Apr 22 2021 07:38 AM - edited Apr 22 2021 07:38 AM
Thank you so much for confirming what I was seeing. I thought for sure I had finally lost it. I have a ticket open with Microsoft support. I will keep you guys up date on my progress with Support.
Thanks,
Robert
Apr 22 2021 08:04 AM - edited Apr 22 2021 08:59 AM
Here are my admin audit logs: showing settings. no changes made after group created. I also checked the unified audit logs and only see one instance of new-distributiongroup and no other mentions of *distributionGroup*
Thought not shown here, if you use the option RequireSenderAuthenticationEnabled $True its ignored and the group is still allowed to accept messages from all senders.
However this only occurs in my companies test and prod tenants, it does not in my tenant.
Apr 22 2021 02:23 PM