Exchange

No account settings were returned from the Autodiscover response – Microsoft Exchange 2016

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.

Short problem description

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.

Solution

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 16 sierpnia, 2018 21:08

Przemyslaw Klys

System Architect with over 14 years of experience in the IT field. Skilled, among others, in Active Directory, Microsoft Exchange and Office 365. Profoundly interested in PowerShell. Software geek.

Share
Published by
Przemyslaw Klys

Recent Posts

Active Directory Replication Summary to your Email or Microsoft Teams

Active Directory replication is a critical process that ensures the consistent and up-to-date state of…

2 tygodnie ago

Syncing Global Address List (GAL) to personal contacts and between Office 365 tenants with PowerShell

Hey there! Today, I wanted to introduce you to one of the small but excellent…

5 miesięcy ago

Active Directory Health Check using Microsoft Entra Connect Health Service

Active Directory (AD) is crucial in managing identities and resources within an organization. Ensuring its…

7 miesięcy ago

Seamless HTML Report Creation: Harness the Power of Markdown with PSWriteHTML PowerShell Module

In today's digital age, the ability to create compelling and informative HTML reports and documents…

8 miesięcy ago

How to Efficiently Remove Comments from Your PowerShell Script

As part of my daily development, I create lots of code that I subsequently comment…

8 miesięcy ago

Unlocking PowerShell Magic: Different Approach to Creating ‘Empty’ PSCustomObjects

Today I saw an article from Christian Ritter, "PowerShell: Creating an "empty" PSCustomObject" on X…

9 miesięcy ago