Home > Store

System Center Configuration Manager Reporting Unleashed

Register your product to gain access to bonus material or receive a coupon.

System Center Configuration Manager Reporting Unleashed

eBook (Watermarked)

  • Your Price: $25.59
  • List Price: $31.99
  • Includes EPUB and PDF
  • About eBook Formats
  • This eBook includes the following formats, accessible from your Account page after purchase:

    ePub EPUB The open industry format known for its reflowable content and usability on supported mobile devices.

    Adobe Reader PDF The popular standard, used most often with the free Acrobat® Reader® software.

    This eBook requires no passwords or activation to read. We customize your eBook by discreetly watermarking it with your name, making it uniquely yours.

Description

  • Copyright 2016
  • Dimensions: 7" x 9-1/8"
  • Pages: 416
  • Edition: 1st
  • eBook (Watermarked)
  • ISBN-10: 0-13-446681-0
  • ISBN-13: 978-0-13-446681-1

Microsoft System Center Configuration Manager’s SQL Server database contains valuable information about your users, computers, hardware, operating systems, applications, compliance status, and much more. Microsoft has provided excellent tools for extracting this information in meaningful ways, including SQL Server Reporting Services (SSRS) and SQL Server Data Tools Business Intelligence (SSDT-BI). System Center Configuration Manager Reporting Unleashed shows you how to make the most of these tools.

World-renowned System Center reporting guru Garth Jones and his expert coauthors guide you through all facets of custom reporting with System Center. You’ll walk through installing and configuring SSRS, using SQL views to find the data you need, writing SQL queries, creating basic and advanced reports, and using role-based administration to securely deliver those reports to the correct individuals.

Jones brings together reliable, comprehensive, and up-to-date System Center reporting techniques you’ll find in no other book or website. Using this guide, you can consistently retrieve the right information to solve immediate problems and quickly respond to management concerns.

Detailed information on how to…
• Install and configure SQL SSRS for optimal System Center reporting and easier troubleshooting
• Understand the data stored in the ConfigMgr site database
• Efficiently retrieve ConfigMgr data by writing SQL queries in SQL Server Management Studio
• Learn best practices for developing and designing System Center reports
• Create report templates, customize content with report parameters, and embed charts
• Customize logos, color palettes, and other report elements for your own organization
• Construct advanced drillthroughs to provide deeper understanding
• Strengthen report security by integrating ConfigMgr role-based administration into SQL queries
• Leverage reporting to measure KPIs and gain a better understanding of your environment
• Tailor your reports to the needs of end-users or management
• Foreword by Wally Mead, Principal Program Manager, Cireson

The only book entirely dedicated to Configuration Manager reporting, this guide complements Meyler's System Center 2012 Configuration Manager Unleashed, offering far more in-depth coverage of reporting than the single chapter in that book. Most of the content in this new guide will be equally valuable in both System Center 2016 and 2012 environments.

Downloads

Sample Files

Online content is available to provide added value to readers of System Center Configuration Manager Reporting Unleashed. Some of the files available include XML export files, sample SQL queries, and sample reports. Refer to Appendix C in your book for specific information about what files are available.

Download Sample Files (275 KB .zip)

Sample Content

Sample Pages

Download the sample pages (includes Chapter 3 and Index)

Table of Contents

Foreword     xiii
Introduction     1


PART I:  INSTALLING AND CONFIGURING SSRS FOR CONFIGURATION MANAGER
Chapter 1  Installing SQL Server Reporting Services     7

Installing the SQL SSRS Component     8
Configuring SSRS     16
Configuring the SSRS Installation     16
    Configuring Email     24
     Enabling Remote Errors     26
Installing Client Tools for SSRS Reporting     31
     Installing Client Tools     31
     Installing SQL Server Data Tools Business Intelligence     38
Summary     41
Chapter 2  Installing and Configuring Configuration Manager Reporting     43
Creating the Reporting Services Point     44
Using ConfigMgr Security Reporting Roles     52
     Creating a Security Reporting Role     52
     Restricting Access to Reports     57
     Removing a Security Role     58
     Exporting and Importing Security Roles     58
Working with Security Roles     62
     Applying a Security Role to a Security Group     62
     Removing Permissions     70
Accessing ConfigMgr Reports     71
Changing the ConfigMgr Report Logo     72
Demonstrating Creating and Assigning ConfigMgr Security Roles    75
     Working with the Report Reader Security Role     75
     Working with the Software Updates Report Reader Security Role     76
     Working with the Inventory Report Reader Security Role     76
Summary     77
PART II:  ABOUT DATA AND RETRIEVAL
Chapter 3  Understanding Configuration Manager Data     81

Using Data Classes and SQL Views     81
     Using Discovery Classes     82
     Using Hardware Inventory Classes     84
     Using Software Inventory Classes     86
     Using Software Update Inventory Classes     87
     Using Software Metering Inventory Classes     89
     Using Status Message Classes     90
     Using State Messages     91
     Using Collection Data Classes     92
Using Tools for Creating Reports     93
     Introducing SQL Server Management Studio     94
     Connecting to the ConfigMgr Database Server     94
     Executing a Query in SQL Server Management Studio     95
     Using the Object Explorer     95
Demonstrating SQL Server Management Studio    97
     Creating and Executing a Query    98
     Looking at Views     98
Summary     98
Chapter 4  Transact-SQL Primer     99
Understanding the Basic SQL Sections in a Query    100
     Using the SELECT Statement     101
     Using the FROM Statement     101
     Defining Criteria with the WHERE Statement     102
     Using ORDER BY     102
Using Secondary Operators     103
     Using the DISTINCT Keyword     103
     The GROUP BY Operator    104
     Using SQL View Aliases     104
     Using Operators     105
     Column Naming in Query Results     106
Understanding Aggregate Functions     107
     Using the COUNT Function     108
     Using the MIN (Minimum) Function     108
     Using the AVG (Average) Function     108
     Using the MAX (Maximum) Function     108
     Using the SUM Function    108
Understanding Date and Time Functions     109
     Understanding Date Parts     109
     Using Common Date and Time Functions     109
Transforming Data Stored in the ConfigMgr Database    111
     Using the CASE Function    111
     Converting Data with the CONVERT and CAST Functions    112
     Using the ISNULL Function     114
Understanding the SQL JOIN Statement     115
     What Is a JOIN?     116
     Using the ResourceID Column     116
     Using the v_R_System_Valid View     117
     Explaining the JOIN Statements     118
Demonstrating SQL Operators    125
     Running the Sample SQL File     125
     Editing the Sample Query     126
     Creating a Query with Aliases     127
Demonstrating Aggregate Functions     127
     Creating a New Query     127
     Using the COUNT Function     128
Demonstrating Date and Time Functions     128
Demonstrating Data Transforms     129
     Applying the CASE Function     129
     Applying the CAST and CONVERT Functions     130
     Applying the ISNULL Function    130
Demonstrating JOIN Statements     130
     Executing an Inefficient Query     131
     Writing an Efficient Query     131
     Working with the Different JOIN Statements     131
Summary     131
PART III:  USING SSRS FOR CONFIGURATION MANAGER REPORTING
Chapter 5  Basic Report Design     135

Understanding the Purpose of a Report Series     136
     Using a Summarized Data Report     136
     Using a List Report     138
     Using a Detailed PC Report     139
Understanding Report Design Considerations     140
     Providing a Consistent Look and Feel     140
     Printed Versus Interactive Reports     142
     The Benefits of Using Report Templates    142
     The Ability to Export Reports     144
Using Custom Report Requests     146
     Gathering Report Information     146
     Questioning Report Requirements     156
     Report Verification and Delivery     157
     Report Life Cycle and Maintenance     159
Summary     161
Chapter 6  Building a Basic Report     163
Creating a Project     165
Creating a Basic Report     168
     Creating a Data Source     170
     Creating a Dataset     171
     Setting the Size of a Report     173
     Accessing Report Items    175
     Adding a Table to a Report     177
     Previewing a Report     180
Customizing a Report     181
     Adding Background Color to Rows     181
     Alternating Data Row Colors     183
     Adding Interactive Sorting     184
     Setting the Table Header Row to Repeat on All Pages     187
     Adding a Page Header to a Report     188
     Adding a Page Footer to a Report     191
     Adding an Image to a Report     193
Demonstrating Basic Report Creation     195
     Creating a New Project    195
     Creating a Patch Compliance Progression Report     196
     Creating a Computer Hardware Information Report    196
Summary     197
Chapter 7  Intermediate Reporting Concepts    199
Creating Report Templates     200
     Creating a Report Template (8.5×11in)     200
     Creating a New Report from a Template     204
     Exporting Reports from SSDT-BI     206
     Modifying the Page Size of an Existing Report     207
Using Report Parameters     209
     Understanding the Value and Label Fields    209
     Using Default Values     209
     Understanding Cascade Prompts     210
     Using Multi-Value Parameters     210
     Adding a Simple Prompt     210
     Adding a Dropdown Prompt     213
     Adding a Multi-Value Parameter    217
Adding a Chart Item to a Report    220
     Using Column Charts     220
     Using Bar Charts     220
     Using Line Charts     220
     Using Pie Charts     221
     Using Doughnut Charts     221
     Using Other Chart Types     221
     Adding a Chart to a Report     221
     Customizing Chart Items     225
     Adding an Action to a Chart     233
Demonstrating Template Creation     236
     Creating Template Reports    236
     Modifying Page Sizes for Existing Reports     237
Demonstrating Report Parameters     237
     Updating the Patch Compliance Progression Report     237
     Updating the Computer Hardware Information Report     238
Demonstrating Adding Chart Items     238
     Adding a Chart to the Patch Compliance Progression Report     238
     Adding a Chart to the Computer Hardware Information Report    239
Summary     240
Chapter 8  SSRS Reporting Features     241
Using Report Drillthroughs     242
     Adding an Action on a Table Cell’s Value     242
     Adding Hyperlinks to a Report Item     246
     Adding a Subreport Item     247
Creating Custom Color Palettes    258
     Available Out-of-the-Box Color Palettes     259
     Setting Custom Color Codes     259
     Setting Custom Color Codes by Values     263
Adding Reports to SSRS     268
     Manually Adding a Report to SSRS     268
     Publishing Reports from SSDT-BI to the SSRS Website     273
     Creating Report Subscriptions     277
Demonstrating Report Drillthroughs     282
     Patch Compliance Progression Drillthrough Series     282
     Computer Hardware Information Drillthrough Series     283
Demonstrating Custom Color Palettes     284
     Applying a Custom Color Palette to Cycle Through Color Codes     284
     Applying a Custom Color Palette Based on Values     284
Demonstrating Adding Reports to SSRS     285
     Manually Adding Reports to the SSRS Website     285
     Publishing Reports to SSRS     285
     Creating a Subscription     286
Summary     286
Chapter 9  Role-Based Administration and Reporting    287
How Role-Based Administration and Reporting Work     288
Using SQL Queries with RBA     289
     Converting a SQL Query to a ConfigMgr RBA SQL Query     289
     Testing a ConfigMgr RBA SQL Query     292
Using Reports and RBA     295
     Updating SSDT-BI for RBA    295
     Adding the DLL to a Report    296
     Adding an RBA Dataset     298
     Adding RBA Prompts to a Report     300
RBA Tips and Troubleshooting     305
     RBA SQL Query Performance     305
     Troubleshooting and Errors     309
Demonstrating Creating an RBA Report    315
     Converting the Patch Compliance Progression Query to an RBA Query and Testing It     315
     Converting the Patch Compliance Progression Report to an RBA Report     315
     Converting the Computer Hardware Information Query to an RBA Query and Testing It    316
     Adding a Chart to the Computer Hardware Information Report     316
Summary     316
PART IV:  APPENDIXES
Appendix A  Glossary     319

Glossary of Terms     319
Appendix B  Demonstration Outcomes     323
Chapter 2 Demonstration Outcomes     323
     Working with the Report Reader Security Role     323
     Working with the Software Updates Report Reader Security Role     324
     Working with the Inventory Report Reader Security Role     325
Chapter 3 Demonstration Outcomes     326
     Creating and Executing a Query     326
     Looking at Views     327
Chapter 4 Demonstration Outcomes     328
     Demonstrating SQL Operators    328
     Working with Aggregate Functions     330
     Working with Date and Time Functions     332
     Working with Data Transforms     333
     Executing an Inefficient Query     336
     Writing an Efficient Query     336
Chapter 6 Demonstration Outcomes     338
     Creating a New Project     338
     Creating a Patch Compliance Progression Report     338
     Creating a Computer Hardware Information Report     338
Chapter 7 Demonstration Outcomes    340
     Creating Template Reports     340
     Modifying Page Sizes for Existing Reports    340
     Updating the Patch Compliance Progression Report     341
     Updating the Computer Hardware Information Report     341
     Adding a Chart to the Patch Compliance Progression Report     341
     Adding a Chart to the Computer Hardware Information Report    343
Chapter 8 Demonstration Outcomes    343
     Adding a Patch Compliance Progression Drillthrough Series     343
     Adding a Computer Hardware Information Drillthrough Series    344
     Applying a Custom Color Palette to Cycle Through Color Codes     345
     Applying a Custom Color Palette Based on Values     345
     Manually Adding Reports to the SSRS Website     345
     Publishing Reports to SSRS     347
     Creating a Subscription     348
Chapter 9 Demonstration Outcomes     348
Appendix C  Available Online     351
Creating and Assigning ConfigMgr Security Roles     351
Understanding Configuration Manager Data     352
Transact-SQL Primer     353
Basic Report Design     355
Building a Basic Report     355
Intermediate Reporting Concepts     355
SSRS Reporting Features     357
Role-Based Administration and Reporting     358
Index     361

Updates

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020