Migrated room mailbox in hybrid shows under mailbox instead of rooms

FSO1983 141 Reputation points
2020-09-28T07:59:07.787+00:00

Hi ,

i am in a full hybrid setup.
i migrated my room mailboxes to O365 and apparently all is fine except the room mailbox show under "mailboxes" in the onprem environment (as mail-enabled users)
I have read articles that say that onprem doesn't know it is a remoteroommailbox , but isn't there a solution to have those remoteroommailboxes under "rooms" and not "mailboxes" on the onprem server ?
I have checked attribute editor for the values msexchrecipienttypedetails and msexchrecipientdisplaytype and they seem correct ...

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,386 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andy David - MVP 145.6K Reputation points MVP
    2020-09-28T12:00:43.923+00:00

    Hi @FSO1983
    Totally normal and expected. Its just a visual thing, so I would not be concerned

    In Power Shell, however, it should show it correctly.

    Get-aduser <Migrated Room> -Properties * |FL  *rec*  
    

    msExchRecipientDisplayType : -2147481850
    msExchRecipientTypeDetails : 8589934592
    msExchRemoteRecipientType : 36

    https://answers.microsoft.com/en-us/msoffice/forum/msoffice_o365admin-mso_exchon-mso_o365b/recipient-type-values/7c2620e5-9870-48ba-b5c2-7772c739c651

    and

    Get-RemoteMailbox <Migrated Room>  
    

    RecipientTypeDetails RemoteRecipientType

    --------------------
    -------------------
    RemoteRoomMailbox Migrated, RoomMailbox

    Update:
    I did a test and created a remote room mailbox directly from on-prem and it still shows as a 365 Mailbox under Mailboxes in On-Prem EAC.
    So its totally cosmetic and doesn't affect functionality

    28842-image.png

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. FSO1983 141 Reputation points
    2020-09-28T17:36:23.737+00:00

    Hi ,

    i just checked the settings and they are ok :

    msExchRecipientDisplayType : -2147481850
    msExchRecipientTypeDetails : 8589934592
    msExchRemoteRecipientType : 36

    the command get-remotemailbox gives me
    remoteroommailbox and migrated,Roommailbox - so ok .

    All settings indeed seem ok , so it will be pure cosmetic.
    Thanks for this reply , very clear !

    1 person found this answer helpful.
    0 comments No comments