Search This Blog

Monday, May 2, 2011

Scan State & Load State

ScanState

Add a note hereYou run ScanState on the source computer during the migration. You must run ScanState. exe on computers running Windows Vista and Windows 7 from an administrative command prompt. When running ScanState on a source computer that has Windows XP installed, you need to run it as a user that is a member of the local administrators group.
Add a note hereThe following command creates an encrypted store named Mystore on the file share named Migration on the file server named Fileserver that uses the encryption key Mykey:
Add a note here
scanstate \\fileserver\migration\mystore /i:migapp.xml /i:miguser.xml /o /config:config.xml
/encrypt /key:"mykey"
Add a note hereRunning ScanState and LoadState with the /v:13 option creates a detailed log file. You should use this option if you are having problems migrating data.
Note 
Add a note hereMORE INFO: SCANSTATE
Add a note hereTo learn more about the specifics of ScanState syntax, consult the following Microsoft TechNet Web page: http://technet.microsoft.com/en-us/library/dd560781.aspx

LoadState

Add a note hereLoadState is run on the destination computer. You should install all applications that were on the source computer on the destination before you run LoadState. You must run Loadstate. exe on computers running Windows Vista and Windows 7 from an administrative command prompt.
Add a note hereTo load profile data from an encrypted store named Mystore that is stored on a share named Migration on a file server named Fileserver and which is encrypted with the encryption key Mykey, use this command:
Add a note here
loadstate \\fileserver\migration\mystore /i:migapp.xml /i:miguser.xml /decrypt
/key:"mykey"
Note 
Add a note hereMORE INFO: LOADSTATE
Add a note hereTo learn more about the specifics of LoadState syntax, consult the following Microsoft TechNet Web page: http://technet.microsoft.com/en-us/library/dd560804.aspx

No comments: