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


Most CM admins soon learn that hardware inventory is actually mostly made up of non-hardware related items. It probably should be called WMI inventory instead because data residing in WMI comes back to CM via the hardware inventory.

CM also offers the ability to target collections with distinct inventory requests instead of the entire site (and now hierarchy) at one time. Additionally, the old sms_def.mof has been replaced with a new UI, which we will use to gather some specific data off machines.

We will start with clearing off unneeded default inventory items, and then selectively targeting inventory to show you how to keep unneeded items from bloating your database. Then we'll show how to look for items that CM doesn't even know about.

Getting ready

Preferably before enabling inventory and adding lots of clients, you should remove unneeded inventory classes and class properties. If you've inherited a site from someone else, you should go right in and look to see...