This a command for:
-add full access mailbox permission to another mailbox
-disable automapping mailbox (exchange attribute to view the mailbox automatically in outlook)
CLI COMMAND:
ADD-MailboxPermission -Identity ‘delegated_mailbox_name’ -User ‘mailbox_name’ -AccessRight FullAccess -InheritanceType All -Automapping $false