Forum Discussion

Jeff Harlow's avatar
Jeff Harlow
Iron Contributor
Jun 07, 2019

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 existing members? I do not see this in the portal.  I determined that in this case, the user was not subscribe.  Other than powershell and having the individual user subscribe, is there no way to correct this situation?  

  • 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's avatar
      jerome317
      Brass 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

       

      • I don’t think this will work! Only way afaik to change this on existing members is to change setting and readd members

Resources