Hi Karlie!
Thanks for the quick pingback!
The problem is that redirections.xml does not appear to allow the use %TEMP% as a variable. Example:
<Includes>
<Include>%TEMP%\FolderToKeep</Include>
<Include>%TEMP%\FolderToDiscard\FolderToKeep</Include>
</Includes>
Because the full location of %TEMP% can change depending on which RDS server your broker hands your session to, using an absolute path like AppData\Local\Temp\<Number>\FolderToKeep isn't workable. If %TEMP% will work, that will point to the location on any session server without an issue. The question is whether %TEMP% will be parsed correctly by FSLogix or not.
I checked with the application publisher and there's likely no way to control the path for those recovery files, so in all likelihood I'm stuck with making redirections.xml work.
Thanks!
Gregg