This script is useful when using Windows 10 in a VDI environment that does not have the automatic storage saving feature. The files on demand feature has to be enabled.
Latest posts by Sukhpreet Boparai (see all)
if (Test-Path $env:OneDriveCommercial){ Set-Location $env:OneDriveCommercial if ($env:OneDriveCommercial -like "$(Get-location)"){ attrib -p +u /s } }
Discussion (0)
There are no comments for this doc yet.