Forum Discussion
Wildtypitch
Apr 16, 2021Copper Contributor
o365 group default settings "Let people outside of the organisation email the group"
How do I set it so new groups are created with the setting "Let people outside of the organisation email the group" toggled on to begin with
I guess i have to change a org policy?
- ChristianBergstromSilver ContributorHello, let me just add to the above that you can use PowerShell for this using the RequireSenderAuthenticationEnabled parameter.
https://docs.microsoft.com/en-us/powershell/module/exchange/set-unifiedgroup?view=exchange-ps- WildtypitchCopper ContributorYes I've used the powershell cmdlet Set-UnifiedGroup -RequireSenderAuthenticationEnabled $false
to apply this to all current sites.
But I've setup site designs studio to automate the deployment of sites. I can create a script to load with the new site creation but I havent found reference to a json schema that does the same and excuse my profound ignorance but I presume I can't just use the cmdlet -RequireSenderAuthenticationEnabled $false in the json like below
{
"verb": "RequireSenderAuthenticationEnabled",
"capability": "False"
}- WildtypitchCopper Contributorno?
- There is no such setting, you have to change the property after creation.