Archive

Archive for the ‘User State Migration Toolkit’ Category

USMT 4.0 Hotfix: Support for Office 2010

May 31st, 2011 No comments

Earlier this year Microsoft released an update to USMT 4.0, adding support for Office 2010 and a few other minor updates:

  • The XML rules included in the default Migapp.xml file are updated to include new rules that support migrating Office 2010 application settings.
  • Changes that resolve an issue that creates many temporary files, that does not correctly remove the temporary files in a hard-link migration, and that causes poor LoadState performance.
  • An issue that prevents migration in certain time zones is corrected.

You can download the update from Here.

Exploring the User State Migration Toolkit (USMT) 4.0

October 4th, 2010 No comments

Richard Smith has created a great video on how to get started with USMT 4.0.

View the video online here:

image

About this Video

User State Migration Tool (USMT) 4.0 is a scriptable command-line tool that provides a highly-customizable user-profile migration experience for IT professionals. USMT includes two components, ScanState and LoadState, and a set of modifiable .xml files: MigApp.xml, MigUser.xml, and MigDocs.xml. In addition, you can create custom .xml files to support your migration needs. You can also create a Config.xml file to specify files or settings to exclude from the migration. In this video we show the fundamentals of installing, configuring and using USMT 4.0

Posted By: Richard Smith
Length: 45 minutes 30 seconds

Downloads

Video: WMV | 3GP | Zune | iPod

Audio: AAC | WMA | MP3 | MP4

Configuring USMT 4.0 for Configuration Manager – Part 1

September 10th, 2009 No comments

If you want to migrate settings and data when migration from Windows XP or Windows Vista to Windows 7, you need to use the User State Migration Toolkit 4.0 (USMT). USMT is a free download that is part of the Windows Automated Installation Kit (Windows AIK or WAIK) for Windows 7. Windows AIK for Windows 7 is included in Configuration Manager 2007 SP2 RC, so if you’ve installed Service Pack 2, you don’t need to download and install Windows AIK.

The Windows AIK for Windows 7 can be downloaded here:
http://www.microsoft.com/downloadS/details.aspx?familyid=696DD665-9F76-4177-A811-39C26D3B3B34&displaylang=en

In previous versions of USMT, you needed to create both a package for 32-bit and 64-bit Operating Systems, and there was no really "nice" way of dealing with a clients in mixed environments. That has changed with version 4.0. Now we only need to create a single package.

Creating the USMT Package

When Windows WAIK is installed on site server, it’s pretty straight forward to create the package.

image

In the Configuration Manager console of the primary site server, navigate to System Center Configuration Manager / Site Database / Computer Management / Software Distribution / Packages.

Right-click Packages, click New, and then click Package to launch the New Package Wizard.

image

Fill in the Name, Version, Manufacturer and Language details of the product.

Name: User State Migration Toolkit

Version: 4.0

Manufacture: Microsoft

Language: ENU

Click Next.

image

Select This package contains source files, and click Set…

Optional: Select the Enable binary differential replication checkbox to enable replication of only changed package content.

image

Select Local drive on site server, and click Browse…

image

Select C:\Program Files\Windows AIK\Tools\USMT, and click OK.

Notice that this folder contains both an amd64 and a x86 folder.

image

Click OK.

image

Click Finish, to go the package creation summary page.

image

Review the summary page and click Next.

image

Click Close, to exit the wizard.

Replicating the USMT Package to distribution point(s)

image

In the Configuration Manager console of the primary site server, navigate to System Center Configuration Manager / Site Database / Computer Management / Software Distribution / Packages.

image

Expand packages, and right-click the USMT package and click Manage Distribution Points to launch the Manage Distribution Points Wizard.

Click Next.

image

Select Copy the package to new distribution points, and click Next.

image

In the list of available distribution points, select all distribution points that should have a replica of the package.

Click Next.

image

Click Next.

image

Click Close.

This completes the first part of "Configuring USMT 4.0 for Configuration Manager". The next part will explain to install and configure a State Migration Point, and how to use the package to migrate settings and files.