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 Boundary Groups


Boundary Groups is a new concept in CM12, and take the old site boundaries of CM07 to a new level of flexibility. Boundary Groups are used to determine client site assignment and content location for both Distribution Points (DPs) and State Migration Points (SMPs).

Note

Clients that are connected through the Internet do not use Boundary Groups for site assignment or content location requests.

Just configuring a boundary in CM12 will not help with site assignment or content location. A boundary must be added to a Boundary Group before it is actually used by CM12.

Getting ready

In order to manage Boundary Groups, we must first create one or more boundaries.

In the admin console, navigate to Administration | Hierarchy Configuration | Boundaries. Click on Create Boundary from the ribbon. From this dialog, we can enter an Active Directory Site, IP Subnet, IPv6 Prefix, or IP Address Range. As an alternative to entering each boundary manually, you can follow the steps in the...