Apply full access permissions to multiple mailboxes for a single user

Say that you want a user called Anil Hunt to have full access to a number of mailboxes, why not place them in an OU (called FAccess in this example) and run the following Powershell command:

get-mailbox -OrganizationalUnit "prepad.local/FAccess" | Add-MailboxPermission -user anil.hunt -AccessRights 'FullAccess'

About The Author

Leave a Comment

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

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Scroll to Top