Recently one of our users reported that after name change she can't login to Outlook anymore. She can only work on Outlook Web Access (OWA) but other than that she's stuck.
Recently one of our users reported that after name change she can't login to Outlook anymore. She can only work on Outlook Web Access (OWA) but other than that she's stuck.
Quick test with Microsoft Remote Connectivity Analyzer indeed were showing there is a problem, and she was the only user reporting this problem it couldn't be related to global setup.Â
Autodiscover settings for Outlook connectivity are being validated.
The Microsoft Connectivity Analyzer wasn't able to validate Outlook Autodiscover settings.Additional Details
No account settings were returned from the Autodiscover response.
Elapsed Time: 0 ms.
Additional verification by manual visit on the autodiscover URL confirmed the problem. While there are multiple scenarios that could be at fault here quick verification of users Mailbox Features shows why there is an error when using Outlook! Can you see it?
That's right… someone disabled MAPI on user's mailbox (along with other options). Enabling it back and saving resolve the issue for the user but I wanted to be sure there are no more cases of users that will soon start asking questions…you can quickly verify this using following PowerShell command
Get-CASMailbox -ResultSize Unlimited | Where { $_.MapiEnabled -eq $false }
This post was last modified on June 7, 2025 11:44
Ever wondered how to run network diagnostics like Ping, Traceroute, or DNS queries from probes…
Are you tired of manually running network diagnostics like Ping, Traceroute, or DNS queries? The…
Discover new features in the PSWriteHTML PowerShell module – including New-HTMLInfoCard, improved layout controls with…
Security Identifier (SID) History is a useful mechanism in Active Directory (AD) migrations. It allows…
Today, I made the decision to upgrade my test environment and update the version of…
Have you ever looked at your Active Directory and wondered, "Why do I still have…