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

Configuring report subscription


Report subscriptions in SQL Server Reporting Services provides the automatic delivery of specified reports by e-mail or to a file share at scheduled intervals. Use the Create Subscription Wizard in CM to configure report subscriptions.

Getting ready

Prepare a share folder (\\server\share\folder) for the report subscriptions, and allow write permissions to the subscription account for the share. 

Prepare notification settings for sending e-mail subscription reports using the following three steps:

  1. Enable e-mail notification for alerts.

  2. Configure E-Mail Settings of Reporting Services Configuration Manager.

  3. Configure SQL Server Agent Service.

Step 1: Enable e-mail notification for alerts

  1. Navigate to Administration | Site Configuration | Sites.

  2. In the Ribbon, click on Configure Site Components and select E-mail Notification.

  3. On the General tab, check Enable email notification for alerts, and specify the smtp server amd the sender's address. Click on OK:

Step 2: Configure...