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

Creating datasets and a basic report in Report Builder


In this recipe, you will learn how to create a dataset and use the dataset to create a basic report in Report Builder.

Getting ready

You must have installed the Report Builder application using one of the two options discussed in the Installing Report Builder recipe. Additionally, you must have performed the steps required to create a shared data source, as discussed in the Creating data sources recipe. You will need access to a functional SCCM database with active agents to complete the steps discussed.

The following table lists the details required to complete this recipe:

Requirement or information

Description

Create a report that lists the computers in SCCM with operating system names. The report must be accessed using Internet Explorer.

This is the report requirement, including output target

Data source has been created. It is accessible and stored in a folder on the reporting server called Data_Sources.

You can use a precreated...