usmt with winpe offline scanstate only saving shared items
-
Monday, October 01, 2012 1:53 PM
When performing a scanstate with just winpe in offline mode, and saving the information to a network share. Not all the user information and data seems to be getting saved. When restoring on a different machine, not all the user profiles or data comes back.
When I open the saved mig file with windows easy transfer wizard the only item that shows is Shared items.
Below is part of the script for the winpe I've been working on. The strange part is that when I run the same script on the xp machine when running (removing the /offlinewindir ) ; there is no data loss and I can see all users on a different machine in the Easy transfer wizard.
set systemdrive=c:
set USMT_WORKING_DIR=c:\temp
SET MIG_IGNORE_PROFILE_MISSING=1
set MIG_OFFLINE_PLATFORM_ARCH=32scanstate.exe \\networkfileserver\migrate\pcname /o /c /i:%pathtomig%MigApp.xml /i:%pathtomig%MigUser.xml /offlineWinDir:C:\windows /all /V:5 /l:\\networkfileserver\migrate\pcname\scanstate.log
What am i missing?
- Moved by Bill_StewartMicrosoft Community Contributor Monday, October 01, 2012 4:02 PM Move to more appropriate forum (From:The Official Scripting Guys Forum!)
All Replies
-
Wednesday, October 03, 2012 6:07 AMModerator
Hi,
Firstly, would you please let us know what kind of user information and data seems not being saved.
Meanwhile, based on my knowledge, if you would like to migrate data or settings which are not included by default, you may need to create a Config.xml file.
More details, Using USMT.
Also, you can check if there is any error in the USMT log.
More information:User State Migration Tool 4.0 User's Guide
Hope this helps.
Jeremy Wu
TechNet Community Support
-
Wednesday, October 10, 2012 9:26 PM
A full user profile under documents and settings are not being saved. Also, the users in the hklm \profile information is not being migrated either.
What is strange is that when I run the same command minus the offline switch in the host win xp, everything works as expected.
Joe--

