Skip to content

Instantly share code, notes, and snippets.

@D4R4
Created December 7, 2020 17:26
Show Gist options
  • Save D4R4/66eb20687c56dc17f194f380bcaa0869 to your computer and use it in GitHub Desktop.
Save D4R4/66eb20687c56dc17f194f380bcaa0869 to your computer and use it in GitHub Desktop.
subscribe/unsusbcribe Microsoft 365 group members to mails and events
Get-UnifiedGroupLinks -Identity GROUP -LinkType Subscribers
Add-UnifiedGroupLinks -Identity GROUP -LinkType Subscribers -Links user@email.com
Remove-UnifiedGroupLinks -Identity GROUP -LinkType Members -Links laura@contoso.com,julia@contoso.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment