Using Classic Outlook on Windows for personal email, calendar, and contact management
Hi,
MS support got back to me and they analyzed my provided information and logs. They noticed that the user state is "WorkplaceJoined" (cmd: dsregcmd /status) and this is not the the desired state.
I was recommended:
- To block WorkplaceJoined by adding registry keys:
HKLM\SOFTWARE\Policies\Microsoft\Windows\WorkplaceJoin
DWORD: BlockAADWorkplaceJoin
Value:1
HKLM\SOFTWARE\Policies\Microsoft\Windows\WorkplaceJoin
DWORD: AutoWorkplaceJoin
Value:0
- To additionally configure registry keys:
HKEY_LOCAL_MACHINE\SOFTWARE\FSLogix\Profiles
DWORD: RoamIdentity
Value: 1
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Identity
DWORD: NoDomainUser
Value: 1
- To use all three methods to clean up tokens from https://learn.microsoft.com/en-us/office/troubleshoot/activation/reset-office-365-proplus-activation-state?source=recommendations#method-clear-prior-activation-information-manually
- To make sure to exclude locations from roaming:
%localappdata%\Packages\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy
%localappdata%\Microsoft\TokenBroker
- If the issue still exists: to run the command to repair broker as logon script for users.
Add-AppxPackage -Register "$env:windir\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\Appxmanifest.xml" -DisableDevelopmentMode -ForceApplicationShutdown
Please also note that the second workaround I advise and use, most of the time fixes the issue: https://techcommunity.microsoft.com/t5/outlook/outlook-desktop-app-quot-something-went-wrong-1001-solution/m-p/3885670