Forum Discussion
Jeff Harlow
Jun 07, 2019Iron Contributor
Office365 group send email to users inbox
I have two separate occasions where when I send an email to an Office 365 group, certain users do not get the email in their inbox. I notice there is an option to subscribe new members but what about...
Jun 07, 2019
Hi! There’s no way of you making current members subscribe! The cmdlet will only take on new members! Also all members can themselves unsubscribe as well
jerome317
Jun 10, 2019Brass Contributor
adam deltingerHey Adam, you can actually make them subscribe! Via powershell 😃 Members can indeed unsubscribe again though...
get-unifiedgrouplinks GrouprNameHere -LinkType Members | Add-UnifiedGroupLinks GroupNameHere -LinkType Subscribers
- Jun 10, 2019I don’t think this will work! Only way afaik to change this on existing members is to change setting and readd members
- jerome317Jun 10, 2019Brass Contributor
adam deltingerIt does... that is how I spam our stubborn people again 😆
adam deltinger wrote:
I don’t think this will work! Only way afaik to change this on existing members is to change setting and readd members