July 2017
Intermediate to advanced
648 pages
31h 9m
English
To assign full access rights for an individual user to a specific mailbox, use the Add-MailboxPermission cmdlet:
Add-MailboxPermission dsmith '
-User hlawson '
-AccessRights FullAccess '
-InheritanceType All
After running this command, the user hlawson will be able to open the mailbox that belongs to dsmith and read or modify the data within the mailbox.
Read now
Unlock full access