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

Connecting Microsoft Intune to CM


The main goal of connecting Microsoft Intune to CM is to offer the administrator a one-stop solution to administer mobile devices as well as desktop devices. But that is not the only benefit coming from that integration. Here's a non-complete list of improvements when integrating with CM:

  • Management using PowerShell (Intune doesn't provide any PowerShell interface)

  • Role Based Access Control (RBAC)

  • Advanced User and Device grouping

  • Scalibility (Standalone Intune tenant supports up to 50,000 devices. CM integrated with Intune can manage up to 300,000 devices)

Microsoft provides a detailed list of pros and cons of standalone versus hybrid mode, which will help you decide whether to use Microsoft Intune in a standalone or hybrid way https://technet.microsoft.com/en-us/library/mt706478.aspx.

Getting ready

To make that integration, you need to prepare the following:

  1. An active Microsoft Intune subscription and the admin account credentials.

  2. A synchronized Active Directory...