Forum Discussion
Turning off email notifications for Office 365 Groups
Also ChristianBergstrom, I've just noticed that the -AlwaysSubscribeMembersToCalendarEvents:$false switch only sets it to "Replies Only" which I assume is the equivalent to "Only replies to you" in my second screenshot. That is disappointing that it's not "No email or events".
Do you know if there's a way to set that?
rpdodds Hello again, just a heads up that the -AutoSubscribeNewMembers switch overrides the -AlwaysSubscribeMembersToCalendarEvents.
As you're working on a 'lockdown' perhaps you should use the -SubscriptionEnabled switch instead.
"The SubscriptionEnabled switch specifies whether subscriptions to conversations and calendar events are enabled for the Microsoft 365 Group."
As for the expected results I'm afraid you have to do your own testing. But now you have the tools you need so enjoy and good luck!
- rpdoddsJul 08, 2020Copper Contributor
I used PowerShell to create 24 new groups and have used the various switches to essentially silence them. What I've noticed though is that the Unified Groups created via PowerShell do NOT get a SharePoint site created and associated with them.
So how can I create a bunch of new Sharepoint Sites and link those to the EXISTING groups (as opposed to creating a new Sharepoint Site and linking it to a new O365 group as many web guides say to do)?
Do the sites I create HAVE to be a modern site to be able to link to an O365 Group or can I use something like a Document Center site and link it to the corresponding existing O365 Group I created with PowerShell?- ChristianBergstromJul 08, 2020Silver Contributor
rpdodds Hey, there's always an associated SharePoint site created when creating a M365 group. See this for details about auto-provisioned services.
- rpdoddsJul 09, 2020Copper ContributorThanks for that Doc link - it's very informative. But... I think you'll find that if you use the New-UnifiedGroup command it doesn't actually create an associated Sharepoint Teamsite.
As evident by the 24 new groups I had and 0 new sites.
I ended up having to delete the groups and recreate them using Microsoft 365 Admin Center, then running my Set-UnifiedGroup PowerShell script to 'silence' all the groups. The SP sites now exist and are linked to the groups as expected.
For what it's worth, here's a quick Google search on the topic https://www.google.com/search?client=opera&q=new-unifiedgroup+does+not+create+sharepoint+site&sourceid=opera&ie=UTF-8&oe=UTF-8