Give Specific permissions to Calendar or Contacts

To add permissions to a mailbox’s Calendar or Contacts. This is very useful when creating a “Room Mailbox” that the user account is disabled.

Give permissions to a user/list:

Add-MailboxFolderPermission -Identity alias:Calendar -User UsertoGetRights -AccessRights “Permission Level”

Change permissions of a user/list:

Set-MailboxFolderPermission -Identity alias:Calendar -User UsertoGetRights -AccessRights “Permission Level”

Change “Calendar” with “Contacts” for the Contacts folder.

Share

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.