FSLogix - Add the ability to exclude specific files from ODFC containers

FSLogix - Add the ability to exclude specific files from ODFC containers
12

Upvotes

Upvote

 Feb 02 2022
2 Comments (2 New)
New

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%\Microsoft\Teams\Service Worker\Cache Storage) and the ability to exclude that from the ODFC container would save a huge amount of disk space when multiplied by our thousands of users.

Comments
Copper Contributor

We have the same issue. Also have issues with regular FSLogix Profile with Edge and Chrome. Any advice would be appreciated. 

 

 

Copper 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>