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

Deploying clients


CM12 offers several ways to deploy the client on computers. We'll show our favorite method first, Software Update Point (SUP)-based installation, and then show the popular "client push" method. This is our favorite because it allows you to leverage GPO on the client to pull the client installation from the SUP, instead of traditional client push installation, where the server must connect, copy, and remotely start an installation.

Getting ready

You should have a fully functional primary and management point(s) before attempting to install and assign clients. For SUP-based installation, a functioning, active SUP at the primary, to which you intend to assign clients, must be in place.

How to do it...

  1. From any computer with Group Policy Management Console (GPMC) installed, open GPMC and navigate to Group Policy Objects. Right-click on Group Policy Objects and select New. Enter CM Client Install via SUP for the name and click on OK.

  2. Navigate to CM Client Install via SUP in the...