Book Image

Microsoft System Center 2012 Configuration Manager: Administration Cookbook

Book Image

Microsoft System Center 2012 Configuration Manager: Administration Cookbook

Overview of this book

Microsoft System Center 2012 Configuration Manager (CM12) is a systems management application for managing large groups of Windows-based computer systems. System Center 2012 Configuration Manager provides remote control, patch management, software distribution, operating system deployment, network access protection, and hardware and software inventory. This practical cookbook shows you how to administer System Center 2012 Configuration Manager and understand how to solve particular problems/scenarios Packed with over 50 task-based and immediately reusable recipes, this book starts by showing you how to design a System Center 2012 Configuration Manager Infrastructure. The book then dives into topics such as recommended SQL configuration for System Center 2012 Configuration Manager, deploying Windows 7 with Operating System Deployment (OSD), deploying Applications and Software Updates, managing Compliance Settings, managing Sites and managing Inventory amongst others.
Table of Contents (15 chapters)
Microsoft System Center 2012 Configuration Manager: Administration Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Editing and creating reports


With a functional RSP and the knowledge of how to make some basic queries, you should now be prepared to create new reports or edit existing reports. This can be done straight from the CM12 admin console, straight from your RSP, or using Microsoft SQL Management Studio.

Getting ready

If SSRS was installed with SQL 2008 and not 2008 R2 or 2012, CM12 will start Report Builder 2.0 if you right-click on a report and select Edit. If you are on SQL 2008 R2 or 2012, you will get an error stating that Report Builder 2.0 is not installed as a click-once application on the report server. In this case, you must edit the report from Report Manager (the RSP website).

To upgrade your admin console to leverage Report Builder 3.0, follow the steps listed at http://technet.microsoft.com/en-us/library/gg712698.aspx. The steps that follow below are for the more common version—Report Builder 3.0. We're going to start by editing one of the built-in reports.

Additionally, it's rather...