| AccessRight | Description |
|---|---|
| Owner | Full rights to the folder, including permission changes |
| PublishingEditor | Create, read, edit, delete all items; can create subfolders |
| Editor | Create, read, edit, delete all items |
| PublishingAuthor | Create and read all items; edit/delete own; can create subfolders |
| Author | Create and read all items; edit/delete own only |
| NonEditingAuthor | Can create and read items; cannot edit or delete (even own) |
| Reviewer | Read-only access |
| Contributor | Can create items only (can’t see anything, even own items) |
| None | No 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