Content
Table of Contents | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
The first step involves creating a ROOMZ application on Microsoft Azure to enable access to the agendas.
A. Open Microsoft Azure Portal and log in with an administrator account.
B. Once logged, search for Azure Active Directory:
...
C. On the left panel, search for App registrations:
...
D. Click on + New registration:
...
E. Specify the name of the application (e.g. ROOMZGraph) and the first option Account in this organizational directory only
...
F. Click on API permissions:
...
G. If you already have a permission, you can remove it.
...
H. Then click on + Add a permission, and select Microsoft Graph:
...
I. Choose Application permissions:
...
J. In the list of permissions, select Calendars.ReadWrite: and then click Add permissions:
...
K. Click on Grant admin consent for your company:
...
L. Once accepted, it should appear as follows:
...
M. Click on Certificates & secrets:
...
N. Click on + New client secret:
...
O. Specify the desired expiry date. When the secret expires, you'll need to renew it and update it in the ROOMZ Portal. Currently, the longest possible period is 2 years (even when selecting the "Custom" option). We recommend setting the expiry to 24 months.
...
P. Here you will find the Client Secret. This information will be required for the connector, you should copy it for example in your Notepad. It is important that you copy the Value of the client secret, and not the Secret ID
...
Q. When you click on "Overview" now, you will find the Application (client) ID and the Directory (tenant) ID. These two values will also be required for the connector, so please copy them too.
...
The following commands have to be executed using Exchange Online PowerShell with admin rights. Once executed, it might take up to 15 minutes before being effective.
A. Execute the following command and connect to your Microsoft365 using an admin account.
...
Expand | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Install or start Exchange Online PowerShell Module. You can install the Module directly in the PowerShell on your Computer:
|
B. Create a Mail-enabled security group with the following command. Here the name of the group is RoomzResources. You have to replace the PrimarySmtpAddress with a valid domain name.
|
C. Fill this group with the necessary rooms. Don't forget to change the name "RoomzResources" if you have used a different name, and replace my-room by the identifier of your meeting room :
...
Code Block |
---|
Get-Mailbox| where {$_.RecipientTypeDetails -eq "RoomMailbox"} | foreach {Add-DistributionGroupMember -Identity RoomzResources -Member $_.UserPrincipalName} |
D. Apply an application access policy with the following command. Replace the myAppId with the Application (client) ID from the previous section. Replace RoomzResources with the name of the group you created.
|
E. In order to reduce the propagation time required by Microsoft Azure, this command can accelerate the process:
...
The application is now restricted to access only the agenda of the group RoomzResources, which contains only meeting rooms needed. If you create new meeting rooms, please re-execute the command at point 5️⃣ .
...
4️⃣ Meeting Title & Private Flag
...
Login to the Admin Portal of M365 and browse to “active teams and groups” :
Select Mail-enabled security and sear for ROOMZ Ressources, click on Members and View all and manage members:
You can now click to add members and search for your new resources and add them to the group. (it could take up to 24h until the resource in the ROOMZ Portal is green)
Create the booking system in the ROOMZ Portal
Once your booking system is ready, it's time to add it to your ROOMZ Portal. Click on Add Booking System and choose your connector
...
Give your connector a Friendly Name, and fill all the required information. You can then click Save
...
Find out more about the "Show image in attachments" option : Microsoft Exchange: Show images - ROOMZ Support - Wiki (atlassian.net)
If you are using Microsoft 365 you can enable the option Instant booking with online meeting. If activated, an instant reservation from the ROOMZ display will create a Microsoft Teams Online meeting.
Click on Add Resource and fill in the Name of the Resource, and the Resource ID (very often, its email address).
...
You can click Test all and check the correct setup of your connector.
Everything’s green ? Great !
Something’s not working ? Just click on the Status Indicator to know more about the error
...
In case of an error, you can easily Edit your Resource and test the connectivity again
Once all the tests are OK you can move on to the next step !
...