Forum Discussion
vcima
Apr 16, 2020Brass Contributor
How to disable sending emails from all channels of a Team?
Hi!
I have a Team with 10 channels and I need to disable sending emails in all case: when a new user is added...
How can I do it?
Regards
- Hi vcima,
To disabling sending emails when a new user is added see this thread
https://techcommunity.microsoft.com/t5/microsoft-teams-ama/invitation-email-to-team-disable/m-p/299869
Hope that answers your question
Best, Chris
- Hi vcima,
To disabling sending emails when a new user is added see this thread
https://techcommunity.microsoft.com/t5/microsoft-teams-ama/invitation-email-to-team-disable/m-p/299869
Hope that answers your question
Best, Chris- vcimaBrass Contributor
I'm following this steps to disable the initial emails and when I finish the step 6 I'm obtaining a message with somethig like this: "WARNING: The command completed successfully, but no configuration value has been changed from
"mygroup_objectid"" . What can I do in this case?- $groupName = "<Replace Group Name>"
- Set-ExecutionPolicy RemoteSigned
- $UserCredential = Get-Credential
- $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
- Import-PSSession $Session -DisableNameChecking
- Set-UnifiedGroup $groupName -UnifiedGroupWelcomeMessageEnabled:$false
Regards
- Ok, try this method - I have had confirmation since this works
https://techcommunity.microsoft.com/t5/microsoft-teams-ama/invitation-email-to-team-disable/m-p/299869
Best, Chris