Group Memberships of RoomLists are not synchronised from Exchange Online to Entra ID

Julius Knorr 20 Reputation points
2024-05-24T13:33:51.06+00:00

Hi everyone,

the title already summarize our problem/finding. But I couldn't find a satisfying answer in the web.

But here some more details and how to reproduce:

We have RoomLists in ExchangeOnline. In the past, these special Distribution Lists were synchronised to Azure AD. Now, these groups still exists in Entra ID. But if we change the members of such a group, it does not synchronize to Entra ID. Which is a problem, because an application needs to query these members via the GraphAPI.

Updating a RoomList via PowerShell in general works. If I check the RoomList in Outlook it shows the current members.

How to reproduce:

  • Create a normal Distribution Group in Exchange Online Admin Center.
  • Check if it exists in Entra ID.
  • Add some Room-mailboxes to the group in Exchange Online.
  • Check if the members are updated in Entra ID. (should be done almost instant)
  • Convert the group to a RoomList.
    • This is still only possible via PowerShell: Set-DistributionGroup <GroupName> -RoomList
  • Now you cannot "manage" this group anymore in Exchange Online. (There's a warning saying that it's not yet supported.)
  • To change the members, you need to use PowerShell now:
    • Connect-ExchangeOnline
    • Add-DistributionGroupMember -Identity <GroupName> -Member <Another Room-Mailbox>
  • Check if members are updated in Entra ID.

Or create a RoomList directly in PowerShell

  • New-DistributionGroup <Name> -RoomList
  • Check if it shows up in ExchangeOnline
  • Check if it shows up in Entra ID

Can somebody help me here? I don't think this is the intended behaviour.

Thanks a lot!

Best

Julius

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,319 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,181 questions
0 comments No comments
{count} votes

Accepted answer
  1. Vasil Michev 98,516 Reputation points MVP
    2024-05-24T16:19:46.9833333+00:00

    Graph/Entra ID does not recognize RoomList objects as Groups, that's by design. Instead, you will find them under /places. Check out the official documentation for more details/examples: https://learn.microsoft.com/en-us/graph/api/place-list?view=graph-rest-1.0&tabs=http

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful