Forum Discussion
Turning off email notifications for Office 365 Groups
rpdodds Hello, there are several options to choose from when using the Set-UnifiedGroup cmdlet.
For example.
-UnifiedGroupWelcomeMessageEnabled
-HiddenFromAddressListsEnabled
-HiddenFromExchangeClientsEnabled
-AlwaysSubscribeMembersToCalendarEvents
-AutoSubscribeNewMembers
See this for details about the switches
https://docs.microsoft.com/en-us/powershell/module/exchange/set-unifiedgroup?view=exchange-ps
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?
- ChristianBergstromJul 03, 2020Silver Contributor
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.