Synchronize Exchange Room Resources to Yeastar Workplace

This topic describes how to synchronize Exchange room resources (room mailboxes) to Yeastar Workplace, so that the meeting room calendars can stay in sync between the two platforms.

Prerequisites

Step 1. Create a room list on Exchange

Create a room list and add all the existing room mailboxes (room resources), so that Yeastar Workplace can access them.

  1. On the Exchange server, open Exchange Management Shell.

  2. In the Exchange Management Shell window, run the following commands in sequence.
    $Members=Get-Mailbox -Filter {(RecipientTypeDetails -eq "RoomMailbox")}
    New-DistributionGroup -Name "Room List Name" –RoomList -Members $Members
    Important: Replace the Room List Name with the custom name you specified for the room list before running the command.

Step 2. Synchronize room resources from Exchange to Yeastar Workplace

  1. Log in to Yeastar Workplace admin portal, go to Meeting Room > Room Management.
  2. Click Add and select Add From Exchange.

  3. In the pop-up window, select the desired room resources to be synced to Yeastar Workplace, and click Save.

Result

The specified Exchange room resources are synced to Yeastar Workplace.

  • The synced room resources are displayed on the Room Management page, with a label .

  • Users now can book these rooms via Yeastar Workplace.

  • Meeting room calendars between Yeastar Workplace and Outlook stay in sync, any meeting schedules and changes are updated across the two platforms automatically.

  • You can edit and delete the synced room resources as needed, the result will not be updated to room mailboxes in Exchange.

What to do next

Update Meeting Titles Synced from Exchange

FAQs

Q: How to create room mailboxes on Exchange?
  1. Log in to Exchange Admin Center, go to Recipients > Resources.
  2. Click and select Room mailbox.
  3. In the pop-up window, create a room mailbox.
    1. Configure the room mailbox information.
      • Room name: Specify a name to help you identify this room mailbox.

        The room name will be displayed in the resource mailbox list in the Exchange Admin Center.

      • Alias: Specify an alias for this room mailbox.

        The alias will be combined with your Active Directory domain name as the mailbox address of the room mailbox.

      • Organizational Unit: Select the organizational unit to create this room mailbox.
    2. Optional: Fill in the Location, Phone, and Capacity fields.
    3. Click Save.
  4. Repeat Step 3 to create room mailboxes for all the desired rooms.