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 software inventory


If Add/Remove Programs and Programs and Features data is collected in hardware inventory, what is the use of software inventory? Software inventory is actually just a very old carry over from the early days of SMS. It scans the hard drive for executable files (installed or not) and reads their header data, and then sends all that data back to CM.

The key most CM admins have learned here is that you often are asked to find a file on computers that isn't always related to a program. For example, you may be asked to report all machines with .mp3 files on them. Hardware inventory can't do that natively.

Because software inventory can slow a computer while scanning, admins like to run it as little as possible. They also like to tell CM exactly where to look for a file rather than scanning the entire drive, as that speeds up scanning.

Once upon a time, software inventory was enabled by default and scanned the entire hard drive for all .exe files. Now it's not even enabled...