I've already customized all of my XML files, but I'm having trouble figuring out the logistics of how to script scanstate to run on a large (~50) number of PCs remotely. I have a list of PCs and the corresponding user profiles I want migrated in CSV format.
I suppose I could have a Powershell script run on startup that invokes scanstate running under CMD, filling in the appropriate parameters from the list. However, I'm concerned that this will either delay logon or the user will close the CMD window, which is not what I want. Any advice?