Forum Discussion
rodrigolm18
Nov 26, 2024Copper Contributor
Change the message by adding a new member in a MS Group
Hello, I would like to know if Microsoft offers a feature that either prevents a new member in a Microsoft 365 Group from receiving an email when a new he is added. Or it is possible to customize the email body sent when a new member is added.
You cannot customize the email, but you can disable it:
Set-UnifiedGroup groupname -UnifiedGroupWelcomeMessageEnabled:$false
- rodrigolm18Copper Contributor
Thanks for the clarification.
You cannot customize the email, but you can disable it:
Set-UnifiedGroup groupname -UnifiedGroupWelcomeMessageEnabled:$false