Book Image

Microsoft System Center Configuration Manager Cookbook - Second Edition

By : Samir Hammoudi, Matthew Hudson, Greg Ramsey, Brian Mason, Chuluunsuren Damdinsuren
Book Image

Microsoft System Center Configuration Manager Cookbook - Second Edition

By: Samir Hammoudi, Matthew Hudson, Greg Ramsey, Brian Mason, Chuluunsuren Damdinsuren

Overview of this book

This practical cookbook is based on the 1602 current branch of System Center Configuration Manager (SCCM). It shows you how to administer SCCM, giving you an essential toolbox of techniques to solve real-world scenarios. Packed with over 60 task-based and instantly usable recipes, you’ll discover how design a SCCM Infrastructure, and dive into topics such as the recommended SQL configuration for SCCM and how to deploy Windows 10 with Operating System Deployment (OSD). You will learn to easily manage Windows 10 devices by deploying applications, software updates, and feature upgrades, andl be able to leverage Mobile Device Management (MDM) using SCCM and Microsoft Intune. Finally, you see how to gather the inventory of all your PC park and create reports based on it. By the end of the book, you will have learned the best practices when working with SCCM and have a handy reference guide for troubleshooting.
Table of Contents (15 chapters)
Microsoft System Center Configuration Manager Cookbook - Second Edition
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface

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 Assessment and Deployment Kit for Windows 10 (Windows ADK). The default location for USMT installation files is C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\User State Migration Tool. Be sure when you create the package, the source folder shows only the x86 and x64 subfolders in the root of your package source.

Tip

You must use USMT version 10.0 in order to migrate user data from Windows Vista/7/8.1/10 to Windows 10. You can download it from https://developer.microsoft.com/en-us/windows/hardware/windows-assessment-deployment-kit. USMT does...