Forum Discussion
Automapped mailbox - Migration
Hey CoopBK
My understanding is the automapping data is stored with the AD user under msExchDelegateListLink
Get-ADUser "Mailbox01" -Properties msExchDelegateListLink | Select msExchDelegateListLink
The above should show you which users get the Mailbox01 automapped in Outlook, but I'm away from my lab and unable to test right now.
Hope this helps
Cheers,
Mark
- VasilMichevAug 16, 2019MVP
The MSExchDelegateLinkListBL is the "reverse" attribute, which will give you a list of all the mailboxes a given user has automapped.
- CoopBKOct 15, 2019Copper Contributor
So all the mailboxes are in office 365 so is there a way to see it then? VasilMichev
- VasilMichevOct 15, 2019MVP
Nope. At least not a supported way. You can use the method I've outlined here, but that requires you to add folder-level permissions: https://www.michev.info/Blog/Post/1926/peeking-behind-the-curtain-of-exods-fetching-the-adrecipient-object
In any case, you can simply report on the Full Mailbox permissions instead and assume they're all with automapping set to $true.