Share via

Adds a resource mailbox to the specified room address list

Tony Mu 361 Reputation points
2023-09-13T03:44:13.7+00:00

Hi

In Exchange 2016, different address policies and room address lists are created for each OU organizational unit, how to add room resource mailboxes to the room address list of specified OU, and each mailbox can only see its own room mailbox in the Outlook client.Thanks

Exchange | Exchange Server | Other
Exchange | Exchange Server | Other

A robust email, calendaring, and collaboration platform developed by Microsoft, designed for enterprise-level communication and data management.Miscellaneous topics that do not fit into specific categories.

Exchange | Exchange Server | Management
Exchange | Exchange Server | Management

The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.

Exchange | Other
Exchange | Other

A powerful email and collaboration platform developed by Microsoft, designed to support enterprise-level communication and productivity. Miscellaneous topics that do not fit into specific categories.

{count} votes

1 answer

Sort by: Most helpful
  1. Aholic Liang-MSFT 13,921 Reputation points Microsoft External Staff
    2023-09-14T09:01:29.5933333+00:00

    Hi @ Tony Mu,

    how to add room resource mailboxes to the room address list of specified OU

    According to the guided steps in the official documentation, we can set the recipient filter conditions of the meeting room address list to custom parameters.

    For example, create a room address list for the sales group OU, and set the recipient filter to CustomAttribute15 -eq 'Sales'.

    New-AddressList -Name AL_Sales_Rooms -RecipientFilter " (CustomAttribute15 -eq 'Sales') -and (RecipientDisplayType -eq 'ConferenceRoomMailbox') -or (RecipientDisplayType -eq 'SyncedConferenceRoomMailbox')"
    

    And set the CustomAttribute15 property of the room mailbox used for the sales group to 'Sales'.

    Set-mailbox -identity “sale room” -CustomAttribute15 “Sales“
    

    User's image

    In addition, for detailed steps on deploying ABP, please refer to the detailed scenario in this link:

    Scenario Deploying address book policies in Exchange Server | Microsoft Learn


    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.

    0 comments No comments

Your answer

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