garyj935
Feb 02, 2022Iron Contributor
Status:
New
FSLogix - Add the ability to exclude specific files from ODFC containers
The ability to exclude specific files/directories from ODFC containers like we can with Profile containers. We’ve discovered some pretty severe bloat occurring (specifically the issue with %APPDATA%...
martinss
Sep 14, 2023Copper Contributor
We have this exact folder excluded using the existing "redirections" feature.
Sample of the required xml file for this feature to work:
<?xml version="1.0" encoding="UTF-8"?>
<FrxProfileFolderRedirection ExcludeCommonFolders="0">
<Excludes>
<Exclude Copy="0">AppData\Roaming\Microsoft\Teams\Service Worker\CacheStorage</Exclude>
</Excludes>
<Includes />
</FrxProfileFolderRedirection>