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

Deploying clients


CM 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 the 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 (one or more) 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...