garyj935's avatar
garyj935
Iron Contributor
Feb 02, 2022
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%\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.

2 Comments

  • martinss's avatar
    martinss
    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>

  • shelly152's avatar
    shelly152
    Copper Contributor

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