Add Mailbox permissions without automapping

This is just a quick post to show you the command to add full mailbox permissions for a user to a mailbox without automatically mapping it to Outlook.

Add-MailboxPermission -Identity SalesMailbox -User jsmith -AccessRight FullAccess -Automapping $false

Leave a Reply

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