When moving users to Exchange 2013 it can happen, that they can’t access public folders housed on the old Exchange 2010 or 2007 server. The same can happen to shared mailboxes (mailboxes with Full Access permissions). The users are constantly prompted for credentials or they get this message:
Cannot expand the folder. Microsoft Exchange is not available. Either there are network problems or the Exchange server is down for maintenance.
This can be a huge problem during a migration. Microsoft described this in KB2834139. This error is caused by a misconfigured Outlook security setting, called “Logon network security”. If you experience this issue, check the “Logon network security” setting. If it’s set to “Anonymous Authentication”, then you experience the in KB2834139 described problem. Otherwise you have another problem. Check the “Logon network security” settings in your Outlook client. I took this screenshots from a Outlook 2013, but it looks the same in Outlook 2010. With this setting you will have a problem:
With one of these settings, it will work.
You can change the setting and try the access to a public folder or shared mailbox. If you can access the public folder or shared mailbox, then you have to change some settings on the Exchange Server 2013 Client Access Server (CAS).
Open an Exchange Management Shell:
[PS] C:\windows\system32>Get-OutlookAnywhere -Server exchange2.testing.local | select *external*,*internal* ExternalHostname : mail.terlisten-consulting.de ExternalClientAuthenticationMethod : Negotiate ExternalClientsRequireSsl : False InternalHostname : exchange2.testing.local InternalClientAuthenticationMethod : Negotiate InternalClientsRequireSsl : False [PS] C:\windows\system32>Get-OutlookAnywhere -Server exchange2.testing.local | Set-OutlookAnywhere -ExternalClientAuthenticationMethod NTLM [PS] C:\windows\system32>Get-OutlookAnywhere -Server exchange2.testing.local | Set-OutlookAnywhere -InternalClientAuthenticationMethod NTLM [PS] C:\windows\system32>Get-OutlookAnywhere -Server exchange2.testing.local | select *external*,*internal* ExternalHostname : mail.terlisten-consulting.de ExternalClientAuthenticationMethod : NTLM ExternalClientsRequireSsl : False InternalHostname : exchange2.testing.local InternalClientAuthenticationMethod : NTLM InternalClientsRequireSsl : False
I would recommend to execute “iisreset” after changing the settings. Please note, that this interrupts the client access for a short moment! After a restart of the Outlook client or during the next Autodiscover, the client should get the correct settings and the access to the public folders and shared mailboxes should work.
- Failed to connect to IKEv2 VPN using iPhone USB tethering - June 26, 2023
- Why you should change your KRBTGT password prior disabling RC4 - July 28, 2022
- Use app-only authentication with the Microsoft Graph PowerShell SDK - July 22, 2022
We’re facing the same issue but then between an OL2013 client in an Exchange Org. a.com which needs to open a shared mailbox on an Exchange 2010 server part of Echange org b.com.
There’s no relation between these 2 organizations.
The user has a working userid/pw combination.
When adding the shared mailbox the the client is constantly prompted for credentials
If the user does use OL2010 instead of OL2013 it does work.
Any idea how to solve this issue?
a.org is an O365 organization
b.org is an inhouse exchange 2010 server
I’m sorry to hear that, but I don’t have an idea how to solve this. Have you tried to disable cached mode in OL2013 and/ or applied the latest Office 2013 patches?