Use the following command in Exchange Powershell (admin mode).
Add-MailboxPermission -Identity KrazyK -User KrazyAdmin -AccessRights FullAccess -AutoMapping:$false
Run above command script to give domain access to mailbox, change KrazyK to logon username. The AutoMapping false command will ensure it does not copy mailbox to KrazyAdmin Outlook client.
No comments:
Post a Comment