Book Image

Microsoft System Center 2012 Configuration Manager: Administration Cookbook

Book Image

Microsoft System Center 2012 Configuration Manager: Administration Cookbook

Overview of this book

Microsoft System Center 2012 Configuration Manager (CM12) is a systems management application for managing large groups of Windows-based computer systems. System Center 2012 Configuration Manager provides remote control, patch management, software distribution, operating system deployment, network access protection, and hardware and software inventory. This practical cookbook shows you how to administer System Center 2012 Configuration Manager and understand how to solve particular problems/scenarios Packed with over 50 task-based and immediately reusable recipes, this book starts by showing you how to design a System Center 2012 Configuration Manager Infrastructure. The book then dives into topics such as recommended SQL configuration for System Center 2012 Configuration Manager, deploying Windows 7 with Operating System Deployment (OSD), deploying Applications and Software Updates, managing Compliance Settings, managing Sites and managing Inventory amongst others.
Table of Contents (15 chapters)
Microsoft System Center 2012 Configuration Manager: Administration Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Migrating user state


The User State Migration Tool (USMT) is used to transfer user state and data during OS deployment. You can save user state to the local disk (when performing an in-place upgrade) or to a CM State Migration Point (when migrating a user to a different computer.)

Getting ready

You must have a package for USMT source files. Create a new package, and specify the source location for USMT. USMT is contained in the Windows Automated Installation Kit (WAIK). The default location for USMT installation files is C:\Program Files\Windows AIK\Tools\USMT. Be sure when you create the package, that the source folder shows only the x86 and x64 subfolders in the root of your package source.

Tip

You must use USMT version 3.0 for any XP->XP deployments. You can download it from www.microsoft.com/downloads. For all other deployments (XP to Win7, Win7 to Win7, and so on) you will leverage USMT 4.0 or newer.

How to do it...

  1. When you create a new task sequence with the Install an existing image...