Forum Discussion

Kevlav's avatar
Kevlav
Copper Contributor
May 13, 2020

Send copies of group conversations

Hi,

 

I need to enable Send copies of group conversations and events to group members (-SubscriptionEnabled) for all O365 groups in our organisation with linked teams. Does anyone have a powershell script that I could use to do this. The problem I have if this is not enabled for the group is that members do not get notified if the team channel is invited to a new meeting.

 

Thanks

 

Kev

  • Something as simple as this should do:

     

    Get-UnifiedGroup | Set-UnifiedGroup -SubscriptionEnabled

     

    I'm not sure if this will override user's settings though, users themselves might need to "subscribe" to calendar events.

    • Kevlav's avatar
      Kevlav
      Copper Contributor

      VasilMichev  I have done it manually on groups and it works perfectly so hopefully this does the job.

       

      Thanks

      • SebastienHe's avatar
        SebastienHe
        Copper Contributor

        Kevlav VasilMichev 

         

        Hi,

        I would like update also my office 365 groups with this parameter automatically through powershell but with Set-UnifiedGroup -SubscriptionEnabled this don't work. I have the notifications only in box of group. It's ok, if I update this parameter in admin office 365 manuelly but I would like to configure this one on every groups who existing and the new ones. Do you have an solution ? regards

         

Resources