How to grant Reviewer Access to a User Group for an O365 Shared Mailbox

Laurie Fulk 0 Reputation points
2024-03-07T14:48:59.8266667+00:00

I am trying to create a company Shared Calendar where all users have "Reviewer" access to it and then a select group of users will have edit access to said calendar.

To do this I have created a Shared Mailbox.

We were able to assign a single user "reviewer" access via powershell but doing that for another 300+ users and then every user we onboard after that will be quite cumbersome.

Does anyone know of a way to assign the "reviewer" permission via a security group?

Not sure why Microsoft makes it so difficult to create a company-wide shared calendar that works in outlook with more modified permissions.

Outlook
Outlook
A family of Microsoft email and calendar products.
3,329 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
444 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vasil Michev 99,351 Reputation points MVP
    2024-03-08T00:34:38.7033333+00:00

    Use the "Default" built-in security principal. Adjusting the permissions on the Default entry will affect every user within the company, unless they have additional (more targeted) permission entries added. Here's an example:

    Set-MailboxFolderPermission shared@domain.com:\Calendar -User Default -AccessRights Reviewer