Forum Discussion
itsmesri
May 08, 2020Brass Contributor
How to remove shared mailbox from main mailbox?
I have "info@xxx.com" and I have all permissions on it. After adding to my account to outlook "info" also coming with it. I want to remove here and add from "Account Settings".
I already removed from Advance tab and Close account directly from the folder. Both didn't work. Any other solutions not come along with Main account?
You probably have Full Access permissions with automapping configured, you need to remove/re-apply the permissions with the -Automapping switch set to $false:
Add-MailboxPermission info@domain.com -user you@domain.com -AccessLevel FullAccess -Automapping $false.
You can only do this via PowerShell, here's how to connect: https://docs.microsoft.com/en-us/powershell/exchange/exchange-online/connect-to-exchange-online-powershell/mfa-connect-to-exchange-online-powershell?view=exchange-ps
- Alireza RahimifaridSteel Contributor
You need to remove from Exchange Admin center
- itsmesriBrass Contributor
Alireza Rahimifarid what you mean remove EAC. I see Shared tab and 'info' mailbox in EAC. What to remove there?
- Alireza RahimifaridSteel Contributor
No not from here, you have to be a Exchange Admin in case if you want to add or remove someone to Shared mailbox, here is the instruction: