Hi 3D IM,
I’m following up to check whether the issue has been resolved. Feel free to reply if you need further information. If the information provided was helpful, please click "Accept Answer" to help others in the community. Thank you!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi! We're using the redirections file to keep our containers slim, but it only lets us skip entire directories, which is a bit of a blunt instrument for our needs. We have specific high-churn log files and lock files that keep bloating our storage, and we desperately need a way to filter out individual files instead of just dumping the whole folder. Is there any timeline for when we might get granular file-level exclusions in FSLogix?
Hi 3D IM,
I’m following up to check whether the issue has been resolved. Feel free to reply if you need further information. If the information provided was helpful, please click "Accept Answer" to help others in the community. Thank you!
Hi there,
Today, there isn’t a committed timeline for introducing file-level exclusions within FSLogix, and I want to be transparent that this capability is something we’ve seen requested but hasn’t yet been scheduled for delivery.
In the meantime, most customers handle this by restructuring application output paths where possible, or by isolating volatile files into dedicated subdirectories so they can be cleanly excluded via the existing redirections model. Another workaround is leveraging application-level configuration (if available) to redirect logs and temp files outside of the profile container entirely.
I completely understand the operational impact this limitation can have, especially in environments with heavy I/O churn, so I’ve made sure to pass your scenario along internally as additional feedback to the product group. These real-world use cases are exactly what help shape future improvements.
If you have flexibility on the application side, I’d be happy to help review your current structure and suggest a more optimized exclusion strategy.
If this answers your question, please feel free to click “Accept Answer”, it helps others in the community as well.
Jason
AI answer
FSLogix redirections.xml supports only folder-level include/exclude behavior within the user profile container. The documented model is:
ExcludeCommonFolders for well-known folders (Contacts, Desktop, Documents, etc.).<Exclude> and <Include> elements that operate on paths under %userprofile%, where the path must be an existing folder path and must not include C:\Users\%username%.The guidance also emphasizes using minimal and carefully chosen redirections, and there is no mention of file-level granularity or a roadmap/timeline for such a feature. The available options are therefore limited to:
ExcludeCommonFolders).Because there is no documented capability or configuration for file-level exclusions in redirections.xml, there is no published timeline or indication that such a feature is planned.
For high‑churn log/lock data today, the supported approaches are:
References: