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?
Wildtypitch
Apr 19, 2021Copper Contributor
Yes 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"
}
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"
}
Wildtypitch
Apr 23, 2021Copper Contributor
no?
- ChristianBergstromApr 23, 2021Silver ContributorSorry, missed your previous reply. I have no idea, try it?