oh and i forgot to mention this little batch script you might like to experiment with
http://www.niallbrady.com/2012/08/16/migrate-me-to-windows-8/ On Wed, Aug 20, 2014 at 10:00 PM, Niall Brady <[email protected]> wrote: > 1. if the boot wim is x86 then use x86 scanstate if you are doing > offline/hardlinking, if in windows, then use the x64 exe. > 2. you could prompt for a username in a frontend hta like this one > <http://www.windows-noob.com/forums/index.php?/topic/7294-the-cm12-bitlocker-frontend-hta> > (the one I demo'd to you in Seattle) and use that variable elsewhere > > to migrate one username using TargetUser as a variable, you could try > > scanstate \\server\share\migration\mystore /ue:*\* > /ui:contoso\%targetuser% /i:migdocs.xml /i:migapp.xml /o > > > On Wed, Aug 20, 2014 at 9:50 PM, Marcum, John <[email protected]> wrote: > >> Two quick questions… >> >> >> >> 1. When manually migrating data from Win 7 x86 to Win 7 x64 would I >> use the x86 scanstate.exe and x74 loadstate.exe or both x86? (I only intend >> to migrate app settings) >> >> *2. *In I build a batch file that contains the loadstate and >> scanstate commands and I only want to migrate a single given user can I use >> a variable in the command line and prompt for the user name? Like */ui:* * >> DomainName*\*%user%?* >> >> >> >> >> >> ------------------------------ >> >> Confidentiality Notice: This e-mail is from a law firm and may be >> protected by the attorney-client or work product privileges. If you have >> received this message in error, please notify the sender by replying to >> this e-mail and then delete it from your computer. >> > >
