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

Managing drivers


Driver management is often considered one of the more challenging configurations in OS Deployment. CM does a great job of simplifying the process. In this recipe, we will discuss the process to import drivers as well as different strategies for applying them during a task sequence.

Note

Using the driver management function in CM, it is very important to understand exactly what the implications are of any choice done during drivers' import into CM. It is also critical to organize drivers correctly.

First, a few terms to ensure everyone is speaking the same language.

  • Driver: This is also known as raw driver, which usually is a .inf file accompanied with .dll, .cat, and other files referenced in the .inf file for the driver.

  • Driver package: This is a CM package that contains drivers. This is different from a standard package. Driver packages are located under the Operating Systems node.

  • Driver category: Categories can be assigned during or after import of one or more drivers....