Hi All,
I am trying to get my head around the USMT migration process but am not having much luck.
I would like to migrate (backup and restore to new computer) a single user profile only, that is, backup everything in "C:\users\username" and not backup shared documents or other files from the source machine in other locations such as "C:\windows" or "C:\temp" for example.
I am using the following commands and they both back up all sorts of documents in all locations on local drives.
scanstate.exe "storepath" /ue:* /ui:"domain\username" /i:miguser.xml /i:migapp.xml /localonly scanstate.exe "storepath" /ue:* /ui:"domain\username" /i:miguser.xml
I would have thought that using the /ue and /ui options would have constrained the location to files only within the single user profile location.
Should this "just work" out of the box like I am expecting or do I need to edit the xml files or create custom ones?
All help is greatly appreciated.