Book Image

Microsoft System Center 2012 Configuration Manager: Administration Cookbook

Book Image

Microsoft System Center 2012 Configuration Manager: Administration Cookbook

Overview of this book

Microsoft System Center 2012 Configuration Manager (CM12) is a systems management application for managing large groups of Windows-based computer systems. System Center 2012 Configuration Manager provides remote control, patch management, software distribution, operating system deployment, network access protection, and hardware and software inventory. This practical cookbook shows you how to administer System Center 2012 Configuration Manager and understand how to solve particular problems/scenarios Packed with over 50 task-based and immediately reusable recipes, this book starts by showing you how to design a System Center 2012 Configuration Manager Infrastructure. The book then dives into topics such as recommended SQL configuration for System Center 2012 Configuration Manager, deploying Windows 7 with Operating System Deployment (OSD), deploying Applications and Software Updates, managing Compliance Settings, managing Sites and managing Inventory amongst others.
Table of Contents (15 chapters)
Microsoft System Center 2012 Configuration Manager: Administration Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Building Configuration Items


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

  • 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 is required

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. 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 CM12 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 Settings ...