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 Store Apps - Windows, iOS, Android


In this section, we will see how to create and deploy store apps on different platforms such as Windows, iOS, and Android. For iOS and Android, you will need to configure Intune subscription, you can reference the steps from Chapter 5, Managing Mobile Devices using Configuration Manager with Microsoft Intune.

Getting ready

To enable Platform enrollment:

  1. Navigate to Administration Cloud Services | Microsoft Intune Subscription.

  2. Under Home | Subscription | Configure Platforms, navigate toAndroid/Windows/iOS.

  3. Select the Enable Android enrollment/Enable Windows enrollment/Enable iOS and MAC OS X (MDM) enrollment checkbox.

  4. Click on OK.

Before creating the store apps, you have to prepare the source files for side-loading deployments.

Device Type

Supported Files

Supported Actions

Windows

*.appx, *.appxbundle

Available, Required, Uninstall

iOS

*.ipa (don't need to specify .plist file)

Available, Required (required user consent), Uninstall...