The Delivery Optimization (DO) cache can definitely balloon if it’s not managed, so the right move is to set limits through Intune. In the Intune admin center, you’ll want to configure the Delivery Optimization Cache Age policy that lets you define the maximum number of days files can stay in the cache before being automatically cleaned up. Typically, setting it somewhere between 7–30 days keeps things balanced without eating up disk space. For the immediate fix on those lab laptops, you can run PowerShell with Clear-DeliveryOptimizationCache or use Get-DeliveryOptimizationStatus first to confirm what’s stored, then purge it. That’ll free up the space right away, while the Intune policy prevents it from happening again. Think of it as a two‑step approach: quick cleanup now, and guardrails for the future.
Please "Accept the answer" so that it could be spread further to those in need. Thank you!