I would like to make a list of all the files that USMT will capture. The purpose for this, is that I'd like to provide that list to a user before their migration to Win7 which details which files will be backed up. I want them to be able to review it before actually wiping their system.
I first tried the /genmigxml switch which uses the Document Finder. It does work in finding files it would backup, but it provides no means that I know of to configure it. I cannot provide it the MigApp.xml or the MigDocs.xml files to add or remove the list of files that it is capturing. It simply captures the same list of files and takes no additional switches.
I then tried the /genconfig switch which generates a config.xml file. It takes multiple input xmls and spits out another xml, but the resulting xml file doesn't actually have files and folders listed. For example, it only states that it will backup Firefox, but doesn't state which files and folders are apart of that.
The only other option I could think of is to actually use USMT to migrate data locally and use the /listfiles switch to get a list of the files that are being backed up. That seems like a terrible way to handle this.
I would like another option to address this.