Forum Discussion
Office365 Groups disable messaging to members
- Feb 19, 2019
Thanks, might have to look at hiding the group from Outlook via powershell.
I guess if this feature is required, something needs to be put on UserVoice.
I think it might be this command that i have to run:
Set-UnifiedGroup -Identity Team1 -HiddenFromExchangeClientsEnabled:$True
You can set not to subscribe to group which means they won’t get mails to their private mailbox! This can be overridden by users themselves though..
What you also can do is hide the group from outlook via powershell
Adam
Thanks, might have to look at hiding the group from Outlook via powershell.
I guess if this feature is required, something needs to be put on UserVoice.
I think it might be this command that i have to run:
Set-UnifiedGroup -Identity Team1 -HiddenFromExchangeClientsEnabled:$True
- Feb 19, 2019Yes! Thats the command! And dont forget the ”:” before $True :)
Please have a look at the uservoice or create a new one if you cant find anything similar to your request:
https://office365.uservoice.com/
Adam- Tim HobsonFeb 19, 2019Copper Contributor
I can confirm that the command does not show the group on the left hand panel of outlook online for new users however it's still showing for those users who were members of the group before the command was ran.
I wonder if it takes a little while for the setting to replicate to all the users in the group.