Using Classic Outlook on Windows for personal email, calendar, and contact management
We are also recently getting this same issue with same error 1001.
Here are some facts about our issue :
Rebooting the whole server currently was fixing the issue for some times.
This issue was affecting sometimes many users sometimes wholes users.
For Outlook we also experienced this message :
Cannot start Microsoft Outlook. Cannot open the Outlook window. The set of folders cannot be opened. The attempt to log on to Microsoft Exchange has failed.
While troubleshooting and since this is for an RDS in production and reboot every time isn't a very good definitive solution I still at least also found what it could be related in our environment and what was also working as an workaround:
In powershell we runned :
Get-AppxPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
This force to register all modern application to register using the system xml manifest file.
This said, It is probably not required to register whole list of all Application, I just didn't had chance to find those who are directly related to our issue but at least this workaround for us isn't to delete complete profil or reboot a whole server.
We'll probably open a case with Microsoft directly for this also, since this issue seems not to just be related to our environment.
FYI: here we are also using RDS 2019 server with O365 and User profil Disk.
Thanks,