Forum Discussion
Issue OneDrive OnDemand terminal, fslogix
Did you found a solution perhaps KaBi_17 ? We are having the same kind of issue: https://techcommunity.microsoft.com/t5/onedrive/onedrive-on-demand-issues-server-2019-with-fslogix/m-p/3900949#M11228
Hello josvds!
Unfortunatelly, no success until now. We are still struggling with this issue. I was hoping that someone will give an advice here. I also wrote in a german forum, administrator.de, no comments there either.
I recently tried installing a new rds host, after installing everything as it would be in production, after each step I tested onedrive. I left windows updates out at the beginning, in the end I updated to the last CU. OnDemand feature was working at first ... but login to the other ms365 programs did not work, it was something related to AAD Broker Plugin. Online I found that I can fix it with
Powershell.exe if (-not (Get-AppxPackage Microsoft.AAD.BrokerPlugin)) { Add-AppxPackage -Register "$env:windir\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\Appxmanifest.xml" -DisableDevelopmentMode -ForceApplicationShutdown }Unfortunatelly, after a restart of the server OneDrive ondemand feature "broke" again.
At this point I am out of ideas ...
Regards
KaBi