Rooms Resources

Walid Issa 20 Reputation points
2024-10-02T12:36:50.2733333+00:00

Hello,

I have multiple rooms in Exchange and recently I changed the email addresses of the rooms and kept the old email addresses as aliases.

The problem is when I want to book a meeting in Outlook, some rooms are dublicated (appeats 2 times) and some of them appears one time.

Any ideas to fix this, knowing that in the room finder the rooms appears one time but in location field appears 2 times

In attachement 2 photos shows what am trying to explainUser's image

User's image

Microsoft Exchange Online
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Mike Hu-MSFT 3,675 Reputation points Microsoft Vendor
    2024-10-03T05:57:53.3833333+00:00

    Hi Walid,

    Welcome to Microsoft Q&A community.

    It sounds like the issue might be related to cached data in Outlook. Here are a few steps you can try to resolve the duplicate room entries:

    Clear the Outlook Cache:

    Close Outlook.

    Navigate to C:\Users[YourUsername]\AppData\Local\Microsoft\Outlook.

    Delete the .ost file associated with your profile (Outlook will recreate it when you restart).

    Restart Outlook and let it re-sync.

    Update the Global Address List (GAL):

    Ensure that the GAL is updated to reflect the changes. This can sometimes take a while to propagate, so you might need to wait or manually update it.

    Check for Duplicate Entries in Exchange:

    Use PowerShell to check for duplicate room entries:

    Get-Mailbox -RecipientTypeDetails RoomMailbox | Format-List Name,PrimarySmtpAddress,EmailAddresses
    

    Ensure that there are no duplicate entries with the same email addresses.

    Verify Room Mailbox Settings:

    Make sure that the room mailboxes have the correct primary SMTP address and aliases set up.

    You can use the following PowerShell command to check:

    Get-Mailbox -Identity "RoomMailboxName" | Format-List Name,PrimarySmtpAddress,EmailAddresses
    

    Re-sync Outlook:

    Sometimes, simply re-syncing Outlook can resolve these issues. You can do this by:

    Going to File > Account Settings > Account Settings.

    Select your account and click Repair.

    Check Outlook Web App (OWA):

    Verify if the issue persists in OWA. If it doesn’t, the problem is likely with the Outlook client cache.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.