Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The ROOMZ Server will read and write information with the meeting room's calendar on Microsoft Exchange using Microsoft Graph. We highly recommend to create a specific ROOMZ user for this purpose.

A new user can be created using the Exchange Admin Center. This is generally accessible reaching the following URL: 
https://outlook.office365.com/ecp
Then, click on recipients → mailboxes → + → User mailbox
 

...

Here, the user is named roomz-manager:

...

The user could also be imported for the existing Active Directory. In the end, please ensure the ROOMZ user is listed under mailboxes 

...

Manage rooms resources

Microsoft Exchange is managing the rooms as resources. The list of resources is readable using the Exchange Admin Center (https://outlook.office365.com/ecp). The following steps are only required for the creation of new rooms. 

A new room can be added by clicking on recipients → resources → + → Room mailbox:

...

Here, the room is named my-room:

...

Access rights & calendar information

...

Replace "roomz-manager" with the name of your ROOMZ user and “my-room” by the name of your room.

Code Block
languagepowershell
NewAdd-ManagementScope -Name "RoomzScope" -RecipientRestrictionFilter {RecipientTypeDetails -eq "RoomMailbox"}
New-ManagementRoleAssignment -Role ApplicationImpersonation -User roomz-manager -CustomRecipientWriteScope "RoomzScope"MailBoxPermission my-room -User roomz-manager -AccessRights FullAccess -InheritanceType All

Meeting Title & Private Flag

...