Skip to content
SCCM Report for DotNet Framework Versions

SCCM Report for DotNet Framework Versions

Written By Anoop C Nair
Last Updated September 10, 2024
Posted In SCCM
SHARE

Let’s check the options to find the SCCM report for DotNet Framework version. The >net version is important for the latest SCCM versions. The SCCM servers should have DotNet 4.8, which is the recommended version for SCCM 2107.

You have a list of SCCM default reports that are ready to use. However, you must build custom reports specific to your organizational needs. The requirement of DotNet framework reports from SCCM is special because of Microsoft’s latest recommendations.

It’s not easy to get the DotNet framework report from a Windows 10 device! This is because the .NET Framework entries are not visible in Add Remove Programs for Windows 10 PCs. So, how can you get the .NET Framework reports for Windows 10?

The best way is to use the SCCM Configuration Item (CI) to collect the DotNet framework version details from Windows 10 and Windows 11 PCs. You can probably check the registry entry verification or script method to get these details. Another option is to use a custom MOF file to get DOTNET framework details.

Patch My PC
SCCM Report for DotNet Framework Versions - Fig.1
SCCM Report for DotNet Framework Versions – Fig.1

DotNet Framework Version Report for Server Operating System -SCCM Report for DotNet Framework

The option to create a DotNet Framework report for server operating systems like Server 2012, Server 2016, etc.. is more straightforward. You can use add remove programs view from the SQL database to collect these details using SCCM.

SCCM Report for DotNet Framework Versions - Fig.2
SCCM Report for DotNet Framework Versions – Fig.2

Using the following query, you can easily create a Custom SCCM Report for the .Net Framework version. You can refer to Create Custom Report Using Report Builder. Let’s check how to use SQL Management Studio to get this report.

  • Open the SQL Management Studio.
  • Connect your Database Engine.
  • Right Click on your database CM_XXX and click on ‘New Query.’
  • Copy the following SQL query to find the DotNet details of the report.
  • Click on the Execute button.
SCCM Report for DotNet Framework Versions - Fig.3
SCCM Report for DotNet Framework Versions – Fig.3

It would help if you used SQL Management studio to run the following SQL query to find DotNet Framework versions installed on the servers. The following SQL query provides the details like Server Name, Location pf the server based on AD Site, AD Domain details, etc.…

NOTE: I have a weird issue with WordPress that it’s not allowing me to post SQL queries into code format. Hence I ended up sharing the query in the GitHub repository.

SCCM Report for DotNet Framework Versions
SCCM Report for DotNet Framework Versions

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 for 10 consecutive years from 2015 onwards. He is a Workplace Solution Architect with more than 22+ years of experience in Workplace technologies. He is a Blogger, Speaker, and Local User Group Community leader. His primary 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 · 3 comments

  1. Hello,

    I have Microsoft .Net 4.7 installed on a Windows Server 2019 (seen in Add Features as installed) but I do not see it in Add Remove Programs. Any idea?

    Thanks,
    Dom

  2. Hello,

    I found the PowerShell commands for this now looking how to integrate it in a query or report within SCCM.
    (Get-ItemProperty “HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full”).Release
    (Get-ItemProperty “HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full”).Version

    Thanks,
    Dom

  3. I have built the following query:
    select distinct SMS_R_System.Name, SMS_R_System.FullDomainName, SMS_R_System.OperatingSystemNameandVersion, SMS_R_System.IPAddresses, SMS_G_System_DotNETFrameworks.BuildNumber, SMS_R_System.Build, SMS_R_System.BuildExt from SMS_R_System inner join SMS_G_System_DotNETFrameworks on SMS_G_System_DotNETFrameworks.ResourceID = SMS_R_System.ResourceId where SMS_G_System_DotNETFrameworks.BuildNumber like “4.%” order by SMS_R_System.Name

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