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

Using the new Windows 10 in-place upgrade task sequence


To support the Windows 10 in-place upgrade process from Windows 7 or Windows 8/8.1, ConfigMgr Current Branch introduced a new type of TS called Upgrade an operating system from upgrade package. And for this same purpose, CM has renamed the previously named Operating System Installers to Operating System Upgrade Packages. The name has changed but the content remains the same as before. Unlike the Operating System Image where you only need to import the install.wim file, in Operating System Upgrade Package, you have to import the whole content of the Windows 10 installation media ISO file. 

Tip

During an in-place upgrade to Windows 10, the upgrade process is run using the Windows Setup Program setup.exe included in the Windows 10 installation media. That's the reason why you need to import all the files included in a Windows 10 installation media and not only install.wim.

The in-place upgrade TS is very simple. You will have to specify the...