Forum Discussion
Send copies of group conversations and events to group members inboxes
- Nov 24, 2020
ChristianBergstrom thank's for your help, after to have tested, for to change this parameter, I have combined two options : firstly activate -AutoSubscribeNewMembers and -SubscriptionEnabled at true and secondly update a member in subscriber with Add-UnifiedGroupLinks have a nice day
ChristianBergstrom Hi thank you for your answer but I have already tried and this don't work very well, the parameter who work at 100% is that within the screenshot below i would like to activate this one on every groups but i don't find that in set-unifiedgroup, set-team, ... thank you for your help
SebastienHe I know this is old at this point, but I wanted to share the command that worked for me:
For all Microsoft 365 groups:
Get-UnifiedGroup | Set-UnifiedGroup -AutoSubscribeNewMembers:$True
For a specific Microsoft 365 group:
Set-UnifiedGroup GroupName -AutoSubscribeNewMembers:$True
- AB21805Oct 02, 2024Bronze ContributorHi I have tried this the single group works however when I do for all groups it doesnt list all groups only a few 100 we have over 1000 groups how do I change the code to work