Exchange auto mapped account removal.
-
So this is somewhat for my own future reference, as it was a pita to track down online.
Scenario: User had been delegated access to another user account. Now does not need or want to see the email from the other user account.
I found the actual solution here: https://www.msoutlook.info/question/673
Add-MailboxPermission -Identity <shared mailbox alias> -User <your mailbox alias> -AccessRights FullAccess -InheritanceType All -Automapping $false
This was the only way to remove the shared mailbox from the user account when delegation was setup on the server. All the other articles say to remove the account from Outlook, that doesn't exist.
-
@travisdh1 Yeah, auto-mapping is the worst.
-
WUT?
-
@JaredBusch said in Exchange auto mapped account removal.:
WUT?
@JaredBusch said in Exchange auto mapped account removal.:
WUT?
Typing fail. Fixed.
-
@dbeato said in Exchange auto mapped account removal.:
@travisdh1 Yeah, auto-mapping is the worst.
It wouldn't be so bad if ALL the advice to fix it wasn't 100% wrong.
-
Awesome!
-
Umm..Where was this like 2 weeks ago when I needed it? Thanks!!!
-
@jt1001001 said in Exchange auto mapped account removal.:
Umm..Where was this like 2 weeks ago when I needed it? Thanks!!!
Hiding in the 3rd page of Google results, that's where!