Versions Compared

Key

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

...

The following commands have to be executed using ExchangePowerShell ExchangeOnlinePowerShell with admin rights. Once executed, it might take up to 15 minutes before being effective.

Tip

Hint: the following connection with the Exchange Admin Center must be executed using Edge or Internet Explorer

  1. Install or start Exchange Online PowerShell Module. You can download it from the Exchange admin Center.
    Once logged in, scroll down to Hybrid.
    (Should you have any issue when downloading this file with Google Chrome, please try with Edge).

    Image Added

2. Execute the following command and connect to your Office365 using an admin account.

Code Block
languagepowershell
Connect-EXOPSSession

3. In order to provide the access to “roomz-manager” to the agenda of a meeting room, please execute the following command per room: (replace roomz-manager by the name of your ROOMZ user and my-room by the identifier of your meeting room)

Code Block
languagepowershell
Add-MailBoxPermission my-room -User roomz-manager -AccessRights FullAccess -InheritanceType All

...