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 client health


Good news! CM manages client health for you by invoking CcmEval.exe via a scheduled task. By using a scheduled task, CcmEval has no dependency on a healthy CM client. Actually, there is one small dependency - CcmEval is configured automatically by the CM client, so the client installation has to be healthy at one point to configure the ccmeval cycle. Both CcmEval and SMS Agent Host (the service for CM client agent) perform checks against each other regularly, to ensure that both are configured properly. The client is routinely checked for issues which are reported back to CM, but the problems found are fixed on the fly as well!

If a client component or service fail to repair, that too gets reported back to CM so you can investigate as needed. We'll show how to make sure clients are healthy.

Getting ready

Have a running CM site with at least one assigned client.

How to do it...

Assume all clients are healthy because CM is more self-healing than ever! Seriously.

Trust but...