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

Building Configuration Items the old way


Assume your company requires all machines to adhere to the following four items:

  • Users are required to use Ctrl + Alt + Delete to log in

  • The local guest account must be disabled

  • The Internet Connection Sharing service must be disabled

  • A recent antivirus definition file

Each of these settings can be verified with a single CI returning a single compliant or noncompliant state, or each setting can get its own CI and return a state for each setting. The latter generates more state messages, but it can provide more detail in reporting. In this scenario, we'll just put all these settings into a single CI.

Getting ready

Create a text file called virus.def in the Windows\Temp folder of the computer running the CM admin console. You can replace this file and location with the correct file of your company's antivirus definition file as needed in the following How to do it... section.

How to do it...

  1. In the admin console, navigate to Assets and Compliance | Compliance...