Home > Computing and Information Technology > Operating systems > Microsoft (Windows) operating systems > System Center Configuration Manager Reporting Unleashed
32%
System Center Configuration Manager Reporting Unleashed

System Center Configuration Manager Reporting Unleashed

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

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.

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


Best Sellers


Product Details
  • ISBN-13: 9780672337789
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Sams Publishing
  • Depth: 19
  • Language: English
  • Returnable: N
  • Spine Width: 22 mm
  • Width: 183 mm
  • ISBN-10: 0672337789
  • Publisher Date: 05 May 2016
  • Binding: Paperback
  • Height: 231 mm
  • No of Pages: 416
  • Series Title: Unleashed
  • Weight: 650 gr


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
System Center Configuration Manager Reporting Unleashed
Pearson Education (US) -
System Center Configuration Manager Reporting Unleashed
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

System Center Configuration Manager Reporting Unleashed

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA