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

Leveraging the Microsoft Deployment Toolkit with CM OSD


If you're not familiar with the Microsoft Deployment Toolkit (MDT) yet, now is the time to take a look. MDT can be used as a complete OS deployment solution, and can also be used to add functionality to CM OSD. MDT integration with CM is definitely a "better together" story. Here are a few of the features that you get by integrating MDT with CM:

  • User-driven Installation (UDI): This is a rich end-user experience to assist with the OS Deployment process. UDI can allow users to walk through a wizard to select optional installations, capture/restore user state, provide user-friendly deployment status information, and more.

  • Boot Disk configuration: This allows the admin to configure additional features at boot disk creation (such as ADO and HTA).

  • DaRT Integration: Using DaRT integration with the MDT-created boot disk (for CM) will allow you to remotely connect to a system during OSD, in WinPE.

  • MDT Monitoring: Integrating CM with MDT allows...