Book Image

Microsoft System Center Reporting Cookbook

By : Samuel Erskine, Dieter Gasser, Kurt Van Hoecke, Nasira Ismail
Book Image

Microsoft System Center Reporting Cookbook

By: Samuel Erskine, Dieter Gasser, Kurt Van Hoecke, Nasira Ismail

Overview of this book

<p>Microsoft System Center 2012 is an integrated management platform that helps you to easily and efficiently manage your data centers, client devices, and hybrid cloud IT environments.</p> <p>This hands-on cookbook will guide you through how to create ready-to-use reports for all the components of System Center. The book starts by showing you how to plan business valued reports, while also discussing the building blocks of your reporting framework. Moving on from the basics, the later recipes demonstrate how you can create System Center Configuration Manager reports using the report builder tool and System Center Operations and Virtual Machine Manager reports with data available from the Operations Manager databases.</p> <p>The book will then teach you how to build on and enhance the reports previously created by delving into advanced reporting techniques such as creating database reports, based on combined data sources. Finally, you will use Power BI to analyze and visualize System Center data, while also looking into the seamless integration between cloud services and System Center.</p>
Table of Contents (18 chapters)
Microsoft System Center Reporting Cookbook
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Applying role-based security to custom reports


Microsoft SQL Reporting Services has a security delegation model that you can apply to all the reports that you create. System Center 2012 R2 Configuration Manager introduced role-based security on the default reports. This role-based security model ensures that when running reports, the user can only see objects that they have been granted access to view.

The delegation does not, however, extend to custom reports you create. You must secure these reports using the standard SSRS model. This recipe shows you how you can modify your custom reports to comply with and use the new security model introduced with the 2012 R2 version on the Configuration Manager.

Getting ready

You must plan to review Chapter 3, Unpacking System Center Report Building Tools, as a primer to this recipe. You must have access to a configured System Center 2012 R2 Configuration Manager environment that has the Reporting Service Point role successfully enabled. Additionally...