Exchange: Mailbox permission list

AccessRightDescription
OwnerFull rights to the folder, including permission changes
PublishingEditorCreate, read, edit, delete all items; can create subfolders
EditorCreate, read, edit, delete all items
PublishingAuthorCreate and read all items; edit/delete own; can create subfolders
AuthorCreate and read all items; edit/delete own only
NonEditingAuthorCan create and read items; cannot edit or delete (even own)
ReviewerRead-only access
ContributorCan create items only (can’t see anything, even own items)
NoneNo access

You can set the different mailbox permission using the following command:

Set-MailboxPermission -Identity “[email protected]” -User “[email protected]” -AccessRights “Rights”

You can view the rights you set with the following command:

Get-MailboxPermission -Identity “[email protected]

You can get a larger view of permissions using:

Get-MailboxPermission -Identity “[email protected]” | fl