Forum Discussion
Brent Ellis
Jun 07, 2017Silver Contributor
See/change who is subscribed programmatically?
It's there a way (PowerShell, graph, etc) to query a group membership and see who is "subscribed" to receive notifications in their inbox? Similarly, is there a way to subscribe or unsubscribe a pa...
- Jun 20, 2017
You can use the Add-UnifiedGroupLinks cmdlet for that, simply set the member type as subscriber. It can be both a member and a subscriber, comparing those two will give you the list of which members are subscribers, etc.
Yoav Crombie
Nov 05, 2018Iron Contributor
Would be nice to have a UI for this to be managed..