Created
December 7, 2020 17:26
-
-
Save D4R4/66eb20687c56dc17f194f380bcaa0869 to your computer and use it in GitHub Desktop.
subscribe/unsusbcribe Microsoft 365 group members to mails and events
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get-UnifiedGroupLinks -Identity GROUP -LinkType Subscribers | |
Add-UnifiedGroupLinks -Identity GROUP -LinkType Subscribers -Links [email protected] | |
Remove-UnifiedGroupLinks -Identity GROUP -LinkType Members -Links [email protected],[email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment