Error [1001]

Co-Op Drug Testing 5 Reputation points
2024-02-29T17:32:14.6466667+00:00

We received the following error message in Outlook. Can not connect to send and receive emails. Correlation Id: 8c5912c8-0605-408e-a8de-b266411d544a Timestamp: 2024-02-29T17:25:43.000Z DPTI: bf4a0487af43b3680f84113863fcfe53b44fa37055abc4a37fc3f92d05fcbcfe Error Tag: 7q6ch Error Code: 2150040321

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Wesley Li 11,275 Reputation points
    2024-03-01T10:55:01.0133333+00:00

    Hello

    The error code 2150040321 you’re encountering in Outlook is typically related to sign-in issues. Here are some potential solutions:

     

    1.Reset the WAM (Web Account Manager): This error can be caused by security software impacting the WAM plug-in (AAD.BrokerPlugin). You can try to repair WAM by running the following commands in PowerShell:

    Add-AppxPackage -Register "$env:windir\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\Appxmanifest.xml" -DisableDevelopmentMode -ForceApplicationShutdown

    Add-AppxPackage -Register "$env:windir\SystemApps\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy\Appxmanifest.xml" -DisableDevelopmentMode -ForceApplicationShutdown

     

    2.Check User Profile Management Practices: If user profile data is being roamed, it can cause identity and authentication data components to be in a bad state. Make sure that the content of the following folders and registry keys never leaves the device under any condition:

    %localappdata%\Packages\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy

    %localappdata%\Packages\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy

    %localappdata%\Packages\<any app package>\\AC\\TokenBroker

    %localappdata%\Microsoft\TokenBroker

    HKEY_CURRENT_USER\SOFTWARE\Microsoft\IdentityCRL

    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\AAD

    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WorkplaceJoin

     

    3.Clear OneAuth and IdentityCache Folders: Close all Microsoft applications, navigate to C:\Users<yourusername>\AppData\Local\Microsoft, cut and paste the OneAuth and IdentityCache folders out of the Microsoft folder and onto your desktop. Then, relaunch Outlook and sign in.

     

    These solutions require administrative privileges. If you’re not an administrator, you may need to contact your IT department for assistance.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.