Forum Discussion
Issue OneDrive OnDemand terminal, fslogix
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
- KaBi_17Aug 21, 2023Copper Contributor
josvds Thanks a lot, it helped!
I did compare the registry values and there were differences, far more than 4 values.
The only one that I added and it works, is this one, mentioned at https://borncity.com/win/2020/08/04/windows-10-2004-onedrive-issue-no-access-after-upgrade/
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Notifications\Data] "41960B29A3BC0C75"=hex:01,00,00,00,01,00,00,00Thanks again!!! This was a huge help!
Best regards,
KaBi