Forum Discussion

KaBi_17's avatar
KaBi_17
Copper Contributor
May 22, 2023

Issue OneDrive OnDemand terminal, fslogix

Dear all,

 

I searched a lot and cannot find a solution, so I hope someone here can help me.

On several terminal servers (3 until now, different customers) OneDrive on Demand does not start when the checkbox to download on demand is checked. On a fist start all files are beiing downloaded and as soon checkbox is set OD crashes with error 0x801f000f

The session Host role is installed on 2019 servers, last server updates installed, latest OneDrive installed with /allusers.

FSLogix version on one server is 2.9.8228.50276, on another one it is 2.9.8361.52326

I even excluded OneDrive.exe from Antivirus to check if it changes everything. 

 

I am pretty lost, does anyone have an idea where should I look, or what to check ... Earlier (on servers installed couple of months ago) it worked, so I can't imagine what could be the problem.

 

Best regards

KaBi

4 Replies

    • KaBi_17's avatar
      KaBi_17
      Copper Contributor

      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

Resources