Forum Discussion
Jason Hopp
Mar 24, 2017Brass Contributor
How to remove the Welcome Message when a new member joins a group.
We are moving from an on-premise Exchange 2013 environment (using Hybrid) and we have to move our DLs to the cloud. I can create them through powershell as a distribution group, but that does not wr...
- Mar 28, 2017
You can use the following command to suppress the welcome message for any new users added to the group as a member. The default value will be set to true for this parameter. So you will need to pass "false" as the value to suppress the welcome message.
Set-UnifiedGroup <groupname> -UnifiedGroupWelcomeMessageEnabled:$<true/false>
Matthew DiLiberto
Jul 08, 2019Brass Contributor
Keep in mind all of the other services tied to Office 365 Unified Groups that generate these emails as well. It should be accounted for as a part of any Governance/Provisioning strategy:
- Microsoft SharePoint (Office 365 Group-Enabled Team Sites)
- Microsoft Teams
- Microsoft Stream
- Microsoft Power BI (Legacy work spaces)
- Microsoft Planner
- Microsoft Exchange
- Microsoft Yammer
Quantumrunner
Aug 14, 2019Brass Contributor
Why is this still only possible in PowerShell? We need a graph endpoint for this please.