Troubleshooting Mailbox Auto-Mapping
We're troubleshooting some users who are not getting auto-mapped mailboxes in their Outlook as expected. We've just rolled out new systems running Office 2010 Many users don't get a mailbox auto-mapped as expected.
We checked the mailbox to be shared and found the users AD object in the msExchDelegateListLink attribute. We checked the users msExchDelegateListBL attribute and found the shared mailbox there. (we could only see the msExchangeDelegateListBL using
Powershell, not the EMC - why is that?)
Currently, the only way we've gotten Auto-Mapping to work is to remove the user from the shared mailbox and then add them back in with Full Access. The mailbox shows up instantly then.
Everything appears to be correct on the AD side. What else might be causing this? Maybe because users are using brand new systems? New mail profiles?Orange County District Attorney
July 20th, 2012 11:06am
New profiles could do it, I would think.
The BL property is a back-link. It's managed by Active Directory--you never populate a BL propery yourself. In fact, AD won't let you.
The next time you upgrade systems, consider using a tool like USMT to preserve the user profile.Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."
Free Windows Admin Tool Kit Click here and download it now
July 20th, 2012 12:37pm
Thanks for the insight Ed. User Profile creation seems to be the one consistent factor in this issue.Orange County District Attorney
July 20th, 2012 12:54pm
If you're running in small scale, the tool that comes with Windows 7,
Easy Transfer Wizard, has worked well for me.Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."
Free Windows Admin Tool Kit Click here and download it now
July 20th, 2012 3:18pm
Currently, the only way we've gotten Auto-Mapping to work is to remove the user from the shared mailbox and then add them back in with Full Access. The mailbox shows up instantly then.
As it can work after you re-add permission, maybe you can use one script re-add permission to help you.
Remove-MailboxPermission
http://technet.microsoft.com/en-us/LIBRARY/bb125153
Add-MailboxPermission
http://technet.microsoft.com/en-us/library/bb124097.aspx
Although this is not a good method, it can be achieved from server side, no need to configure on the clients.
Thanks,
Evan Liu
TechNet Subscriber Supportin
forum
If you have any feedback on our support, please contact
tngfb@microsoft.com Evan Liu
TechNet Community Support
July 23rd, 2012 5:41am
Currently, the only way we've gotten Auto-Mapping to work is to remove the user from the shared mailbox and then add them back in with Full Access. The mailbox shows up instantly then.
As it can work after you re-add permission, maybe you can use one script re-add permission to help you.
Remove-MailboxPermission
http://technet.microsoft.com/en-us/LIBRARY/bb125153
Add-MailboxPermission
http://technet.microsoft.com/en-us/library/bb124097.aspx
Although this is not a good method, it can be achieved from server side, no need to configure on the clients.
Thanks,
Evan Liu
TechNet Subscriber Supportin
forum
If you have any feedback on our support, please contact
tngfb@microsoft.com Evan Liu
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
July 23rd, 2012 5:44am
Hi,
Any updates on this issue?
Thanks,
Evan Liu
TechNet Subscriber Supportin
forum
If you have any feedback on our support, please contacttngfb@microsoft.comEvan Liu
TechNet Community Support
July 24th, 2012 5:11am
We're planning on incorporating your script suggestion to fix this issue with users. It's not the most elegant but it does work.Orange County District Attorney
Free Windows Admin Tool Kit Click here and download it now
July 24th, 2012 10:17am
Yes, that's just one workaround.
How about the issue now, any updates?
Thanks,
Evan Liu
TechNet Subscriber Supportin
forum
If you have any feedback on our support, please contacttngfb@microsoft.comEvan Liu
TechNet Community Support
July 26th, 2012 4:06am
Currently we're still seeing users who need to get access to mailboxes that they show having Full Access. Our solution is to remove and then add the permissions back in. That fixes it for each user.
We use a neat little product called Profile Creator, from
www.intelliadmin.com , to create our Outlook profiles. It works very well with no user interaction (I still can't believe Microsoft doesn't have a product like this). Since we're seeing this with users who are on new machines and thus creating new profiles,
we're thinking it has something to do with their Outlook profiles. We're working with the good folks at
www.intelliadmin.com to try and figure out what might not be happening.
Hopefully we'll get to the bottom of this.Orange County District Attorney
Free Windows Admin Tool Kit Click here and download it now
July 26th, 2012 10:15am
Currently we're still seeing users who need to get access to mailboxes that they show having Full Access. Our solution is to remove and then add the permissions back in. That fixes it for each user.
We use a neat little product called Profile Creator, from
www.intelliadmin.com , to create our Outlook profiles. It works very well with no user interaction (I still can't believe Microsoft doesn't have a product like this). Since we're seeing this with users who are on new machines and thus creating new profiles,
we're thinking it has something to do with their Outlook profiles. We're working with the good folks at
www.intelliadmin.com to try and figure out what might not be happening.
Hopefully we'll get to the bottom of this.Orange County District Attorney
July 26th, 2012 10:15am
Thanks for your reply.
Glad you have found a better way to work on this issue.
Best Regards,
Evan Liu
TechNet Subscriber Supportin
forum
If you have any feedback on our support, please contacttngfb@microsoft.comEvan Liu
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
July 27th, 2012 4:43am