User Profile
pritpalkarir
Copper Contributor
Joined Apr 22, 2020
User Widgets
Recent Discussions
Re: Auto Set "Receive only replies to you" for all members of a Teams Group
CamCov This can now be achieved using the PowerShell ExchangeOnline module through a method I have recently discovered. For existing users, execute the command below: Get-UnifiedGroupLinks -Identity "<GroupName>" -LinkType Members | ForEach-Object { Remove-UnifiedGroupLinks -Identity "<GroupName>" -LinkType Subscribers -Links $_.PrimarySmtpAddress -Confirm:$false } For new users, execute the command below: Set-UnifiedGroup -Identity "<GroupName>" -AlwaysSubscribeMembersToCalendarEvents:$false341Views0likes0Comments
Recent Blog Articles
No content to show