Per: https://technet.microsoft.com/en-us/itpro/windows/deploy/usmt-recognized-environment-variables
I should be able to author a USMT template that targets %CSIDL_ADMINTOOLS% in order to capture MMC console settings. I found that it did not work. Here's the full pattern line that did work: <pattern type="File">%CSIDL_APPDATA%\Microsoft\MMC\* [*]</pattern> That was my original intention when I created the template, but when I came across the %CSIDL_ADMINTOOLS% reference I thought oh that's specifically intended for this so I'll just use that. Didn't work for me though. No clue why. Hope it saves someone else some time... -Brian
