Microsoft Exchange | Shell | Disable Automapping
You may need this If you want to set permissions on a mailbox but donĀ“t want that outlook automaticaly attach them to the profile of the user. So you need to disable the automapping:
Add-MailboxPermission "MailboxName" -User Domain\Username -AccessRights FullAccess -AutoMapping:$false