Nested Microsoft 365 Groups

Nicolas Pütz 1 Reputation point
2022-02-28T09:57:46.157+00:00

Hi,

we are using MS Teams in our organisation. We have created multiple teams sites with an associated Microsoft 365 group. Now, the department lead would like to have one email address to communicate to all members of these teams groups.

however, i have not found a way to create a nested Microsoft 365 group. when i try to add the existing M365 groups as members, they are not provided in the search field.

what are our options here to create a nested group? I tried distribution lists and M365 groups, but both are not working.

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,386 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Andy David - MVP 142.7K Reputation points MVP
    2022-02-28T11:57:22.31+00:00

    From what I have seen you can no nest groups into 365 Groups - even in powershell.
    It throws an error:

    he user couldn't be found for mailbox Identity:'XXXXXXXX isn't a mailbox user..

    • CategoryInfo : NotSpecified: (:) [Add-UnifiedGroupLinks], MailboxUserNotFoundException
    • FullyQualifiedErrorId : [Server=BYAPR05MB4071,RequestId=5ca93515-6dae-471a-910f-6c26c3086fda,TimeStamp=2/28/2022
      11:56:08 AM] [FailureCategory=Cmdlet-MailboxUserNotFoundException] 55F2640D,Microsoft.Exchange.Management.Recipie
      ntTasks.AddUnifiedGroupLinks
    • PSComputerName : outlook.office365.com
    0 comments No comments

  2. Kael Yao-MSFT 37,571 Reputation points Microsoft Vendor
    2022-03-01T07:04:23.85+00:00

    Hi @Nicolas Pütz

    According to this link: Compare groups

    178791-05.png
    178658-06.png

    So it may not be possible to achieve this goal.


    In addition, based on my test, though it is possible to add Microsoft 365 Groups as members of a distribution list via EXO Powershell:

    Add-DistributionGroupMember -Identity "DL" -Member "365 group"  
    

    the message sent to the distribution list could not be delivered to the Microsoft 365 group mailbox or member mailboxes correctly.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.