Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Last Updated: October 27, 2022

ISSUE

Users may be unable to configure mailboxes in Outlook for Windows. An error during the Autodiscover flow will prevent the process from completing.

Through the Outlook Connectivity test, affected users will get a 603 error:

  • <Autodiscover xmlns:xsd=http://www.w3.org/2001/XMLSchema xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance xmlns=http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006>

  • <Response>

  • <Error Time="11:20:40.9842288" Id="1507709422">

  • <ErrorCode>603</ErrorCode>

  • <Message>Deleted objects will not be found with a session scoped to TenantLocal or AllTenants, unless search is scoped to Deleted Objects container.</Message>

  • <DebugData />

  • </Error>

  • </Response>

  • </Autodiscover>

Get-Mailbox will point the SharingPolicy to a deleted object (eg. Default Sharing Policy DEL:12345b67-1ab0-1234-abc1-ab1c23456789).

STATUS: WORKAROUND

This issue is expected to be fixed by late November 2022. The fix will be available in Exchange Online service build 15.20.5784.000. To check the service version from Outlook, use the Connection Status dialog and see the Version column, Description of the Connection Status dialog box - Outlook | Microsoft Learn

In the meantime, if your organization is affected, Administrators can use the following steps to fix it manually:

  1. Connect to Exchange Online PowerShell: Connect to Exchange Online PowerShell

  2. Confirm that Get-Mailbox is pointing the SharingPolicy to a deleted object by running:

    Get-Mailbox -ResultSize 10 |fl *sharingpol*

  3. Restore the Default SharingPolicy by running:

    New-SharingPolicy -Name "Default Sharing Policy" -Domains '*:CalendarSharingFreeBusySimple', 'Anonymous:CalendarSharingFreeBusyReviewer' -Enabled:$true -Default:$true

  4. Confirm that Get-Mailbox is not pointing the SharingPolicy to a deleted object anymore:

    Get-Mailbox -ResultSize 10 |fl *sharingpol*

  5. Configure the mailbox in Outlook should work again.

More Resources

Icon Experts (brain, gears)

Ask the experts

Connect with experts, discuss the latest Outlook news and best practices, and read our blog.

Outlook Tech Community

Icon Community

Get help in the community

Ask a question and find solutions from Support Agents, MVPs, Engineers, and Outlook users.

Outlook Forum on Answers

Icon feature request (light bulb, idea)

Suggest a new feature

We love reading your suggestions and feedback! Share your thoughts. We're listening.

Find out how

See Also

Fixes or workarounds for recent issues in Outlook for PC

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×