Using Classic Outlook on Windows for personal email, calendar, and contact management
Hi everyone
After loosing a lot of time investigating this b***-breaking issue, I found it worthy to spend some time sharing our solution here as well. Hopefully it might help some of you admins preventing more headaches on this MS issue.
One of our customers ran into this issue only since recently too! After many troubleshooting steps - thanks to everyone that contributed to this post btw - and going through all the presented workarounds (which sometimes seemed to work temporarily) we've found a permanent solution. Perhaps this will not be applicable to all of you, but at least our issue got solved using this method.
We are running RDS in a Citrix CVAD 2203 CU5 environment, so this might not be applicable to all of you, but the root cause might be related (as it is not Citrix... ;-)
*Servers are only domain (not hybrid or AAD) joined since Office is licensed using a different tenant.
Server 2019 OS standard 1809 build 17763.6293
Office 2402 build 17328.20588 (Semi-annual enterprise)
FSLogix 2210 hotfix 4 (2.9.8884.27471)
A login script runs the register WAM (Add-AppxPackage) commands for each user, and re-registers it if it is not present.
Resetting a user's profile did not solve the issue. Neither resetting appdata folders or what so ever. Even tried excluding FSLogix, rolling back PVS images, etc etc..
The cause lays in the password prompt not being able to be shown to the user, which generated this error [1001]. Once the user logs in by using a desktop instead of a published app, the issue did not occur! So this (CTX267071 - Shellbridge feature) is what we finally discovered and applied to all of our RDS (Citrix workers) servers which addressed the issue for us. This recommendation WAS described in the summary Lars posted here as well, via this link.
Solution:
HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\Citrix Virtual Desktop Agent
Name: Shellbridge
Type: REG_DWORD
Value: 1
Previous workaround:
Please note that the workaround described in this article was already applied for a couple of years, until now, since it suddenly does not work anymore!:
- Disable Web Account Manager via registry.***
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Identity
“DisableADALatopWAMOverride”= dword:00000001
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\Identity
“DisableAADWAM”= dword:00000001
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\Identity
"DisableMSAWAM"= dword:00000001
Also mentioned there: *** Disabling WAM as a workaround does not always work and may not be supported by Microsoft.
The above registry keys which served as a workaround for years have now been removed, as they no longer have a purpose for us.
Hope this helps! cheers to all