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 metering


Use software metering to monitor and collect software usage data on CM clients. Software metering reports can help you identify targets for removal of excess software, which helps you re-allocate software to required users, and reduce costs.

We're going to walk through the process to get you up and running with software metering.

Getting ready

Before we configure any software metering rules, we should ensure that metering is enabled. With CM, we can enable metering on all systems by using the Default Client Settings or as a Custom Client Device Setting targeted to one or more collection of systems. For example, with a custom setting, you could enable metering on a workstation collection so that server systems do not run software metering. Refer to Chapter 7, Managing Clients for more information about managing Client Settings.

There are only two options for software metering:

  • Enable software metering on clients (True or False)

  • Schedule data collection

The default data...