Skip to content
How to Create SCCM Custom Reports

How to Create SCCM Custom Reports

Written By Anoop C Nair
Last Updated July 30, 2024
Posted In SCCM
SHARE

How to Create SCCM Custom Reports. I have many new posts on Create Custom Report – SCCM Create Custom Report Using Report Builder | ConfigMgr | Part 1 – SCCM Create Custom Report Using Report Builder | ConfigMgr | Part 1 HTMD Blog (anoopcnair.com).

Continue reading SQL Reporting service tutorials:  How to Create Custom Report RDL file for SCCM ConfigMgr SSRS Reports.

How to Create SCCM Custom Reports

Another post about Creating Custom RBA Enabled Reports in SCCM ConfigMgr 2012 R2, published on 14th July 2014, more details – http://blogs.technet.com/b/configmgrdogs/archive/2014/07/14/creating-custom-rbac-enabled-reports-in-configmgr-2012-r2.aspx?

At last, we’ve something from #2 (John Nelson) on creating custom reports in CM 2012 (SSRS). There is a series of posts with loads of details.

Patch My PC

#2 SSRS Reporting, Style Based Approach

How to Create SCCM Custom Reports - Fig.1
How to Create SCCM Custom Reports – Fig.1

Another post from  Eswar Koneti How to Create New Category folder in SCCM Configmgr 2012, reports

Configuration Manager 2012 provides a bunch of built-in reports using SQL Reporting Services. To have these reports within the ConfigMgr console, you need a configured SQL Reporting Service. More Details are below…

How to : Edit built-in reports using Report Builder :: ConfigMgr / SCCM 2012

Another post for easy reference from TechNet Forum. 

All credits to Beamer25!!!

In ConfigMgr 2012 (specifically in THIS case), “FUNCTIONS” are used rather than “VIEWS” along with datasets within SSRS. For example, to find out the list of applications, you may need to use the FUNCTION called “fn_ListLatestApplicationCIs” and “fn_ListDeploymentTypeCIs” to find Deployment Types.

Creating the custom report using Report Builder 3.0” is also very helpful while creating custom reports in CM2012.

Extracted from the TechNet Forum Thread (check for space issues while copying SQL queries from this post)

  1. How to report on a list of your applications:

Select Manufacturer, DisplayName, SoftwareVersion, CI_UniqueID, ModelID, SDMPackageVersion, DateCreated, LastModifiedBy from fn_ListLatestApplicationCIs(1033)

2. How to report on your applications and their deployment types in 1 report (includes priority, etc.):

SELECT app.Manufacturer, app.DisplayName, app.SoftwareVersion, dt.DisplayName AS DeploymentTypeName, dt.PriorityInLatestApp, dt.Technology
FROM dbo.fn_ListDeploymentTypeCIs(1033) AS dt INNER JOIN
dbo.fn_ListLatestApplicationCIs(1033) AS app ON dt.AppModelName = app.ModelName
WHERE (dt.IsLatest = 1)

3. How to view the Content Source for each application:

SELECT    DISTINCT app.Manufacturer, app.DisplayName, app.SoftwareVersion, dt.DisplayName AS DeploymentTypeName, dt.PriorityInLatestApp, dt.Technology,
v_ContentInfo.ContentSource, v_ContentInfo.SourceSize
FROM         dbo.fn_ListDeploymentTypeCIs(1033) AS dt INNER JOIN
dbo.fn_ListLatestApplicationCIs(1033) AS app ON dt.AppModelName = app.ModelName LEFT OUTER JOIN
v_ContentInfo ON dt.ContentId = v_ContentInfo.Content_UniqueID
WHERE     (dt.IsLatest = 1)

We are on WhatsApp. To get the latest step-by-step guides and news updates, Join our Channel. Click here –HTMD WhatsApp.

Author

Anoop C Nair has been Microsoft MVP from 2015 onwards for 10 consecutive years! He is a Workplace Solution Architect with more than 22+ years of experience in Workplace technologies. He is also a Blogger, Speaker, and leader of the Local User Group Community. His main focus is on Device Management technologies like SCCM and Intune. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security, Career, etc..

Written by

Anoop C Nair is Workplace Technology solution architect with 25+ years of experience in global enterprise organizations such as JP Morgan, Capgemini, etc. Microsoft Certified Trainer. Microsoft MVP from 2015 onwards for consecutive 11+ years! He also conducts Intune and modern workplace tech training for enterprise organizations. He is Blogger, Speaker, and Founder of HTMD Community and HTMD Conference. His main focus is on Device Management technologies like Intune, Windows, Cloud PC. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security.

Discussion · 6 comments

  1. I could use some assistance, I am having a hard time with a custom report, Here is what I am trying to get
    Server XYZ
    Application ABC Version 1.2
    Application DEF Version 2.3
    Application GHI Version 3.4
    I have SCCM 2012 reports point and SQL running on a separate server

  2. Hi Anoop,

    Need to create a Customreport in SCCM 2012 for the dependency of each application which is installed in the environment.

    Please can you help me in identifying the tables to get the data.

    Regards,
    Sri

  3. Hello, Hope thie message finds you well.. I am using SCCM 2012. Do you have a Query to list all the application and their deployment type requiements. ie Device=OS=Windows7, 10, etc?

  4. Hi Anoop,
    Great work on your queries.
    Would you have a query similar that would list the command lines being used in the applications

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Intune

Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws

Key Takeaways Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws! In the July 2026 Patch, Microsoft introduced new features designed to improve the overall Windows experience. The update adds enhancements to Windows Update for more flexible update management and introduces Point-in-Time Restore, providing an additional recovery option for […]

AC Anoop C Nair 9 min read
Intune

2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws

Key Takeaways 2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws! The June 2026 Windows 11 Patch Tuesday update brings several improvements to File Explorer. It adds support for additional archive formats, including UU, CPIO, XAR, and NuGet Packages (NUPKG). The update also preserves View and Sort preferences in […]

AC Anoop C Nair 10 min read
Intune

2026 May KB5089549 KB5087420 Windows 11 Patch | 0 Zero Day Vulnerabilities and 120 Flaws

Key Takeaways The Windows 11 May 2026 Patch KB5089549 KB5087420 Update brings important security fixes, performance improvements, and reliability enhancements across the operating system. The update introduces new features such as Xbox Mode for gaming, File Explorer improvements, enhanced input and sharing experiences, better taskbar and Windows Hello reliability, and additional enterprise management capabilities for […]

AC Anoop C Nair 8 min read
SCCM

ConfigMgr 2603 Introduces New Early Update Enrollment Process

Key Takeaways In this post we are discussing the ConfigMgr 2603 Introduces New Early Update Enrollment Process. Microsoft has officially released Configuration Manager version 2603 to the Early Update Ring, giving organizations an opportunity to test upcoming improvements before the global production rollout. The release is targeted at enterprises running ConfigMgr version 2409 or later […]

AC Anoop C Nair 3 min read