Forum Discussion
Deleted
Aug 29, 2017Querying for who is "Following" an Office 365 group?
We have two needs: We need to list which members are either "Following" or "Not Following" a specified Office 365 group. We need a method to set all new Office 365 group members as "Following" an ...
Deleted
Aug 15, 2018Get-UnifiedGroupLinks <group name> -linktype members
This displays all members of the group.
Get-UnifiedGroupLinks <group name> -linktype subscribers
This displays all subscribers of the group.
If you want to subscribe all members you can use:
Add-UnifiedGroupLinks <group name> -linktype subscribers -links <member name>
Rick Segal
Apr 25, 2019Copper Contributor
Deleted
Greetings from Vancouver Island, Canada. James, in the answer I'm replying to, are these powershell commands? Is the last one the command to force following? Or, after using this command, everybody gets emails, etc. in the inbox until they unfollow.. What I mean is you can set em all but there's no way to prevent the user to unfollow.
thx