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

Creating an OSD test environment


The first step in creating a successful OSD is to have a useful test environment that you can connect to remotely and rebuild quickly. You need a Virtual Machine (VM). VMs allow you to quickly perform testing cycles with OSD. Enter MICROSOFT HYPER-V.

This may come as a surprise to many, but Microsoft Hyper-V Server 2012 R2 is actually a free product. Microsoft Hyper-V Server is a free download from Microsoft. You can obtain the latest version of Hyper-V Server on https://www.microsoft.com/en-us/evalcenter/evaluate-hyper-v-server-2012-r2.

Or if you have an available license for Windows Server 2012 or R2, you can simply install the OS on your server, and enable the Hyper-V role. If you are using a Windows 10 computer, the Hyper-V feature can also be added for free. We'll see how to use the free Hyper-V offering later to make a VM, but the option for the Hyper-V role is similar.

Getting ready

Install Microsoft Hyper-V Server 2012 R2 on a server (preferred) or workstation...