Skip to content
ConfigMgr Microsoft Edge SQL Query | Custom Report | SCCM

ConfigMgr Microsoft Edge SQL Query | Custom Report | SCCM

Written By Anoop C Nair
Last Updated June 21, 2024
Posted In SCCM
SHARE

This post helps you get ConfigMgr Microsoft Edge SQL Query | Custom Report | SCCM. Let’s analyze the Edge browser installation using ConfigMgr Microsoft Edge SQL Query and try to find the legacy Microsoft Edge browser installation using SCCM.

Microsoft introduced a new version of Edge based on Chromium. You should use the Edge Chromium version instead of the legacy version. Let’s try to create a custom report for the Microsoft Edge Chromium browser.

In the following guide, I explain the process for installing the Edge version: Deploy Microsoft Edge Browser Using SCCM ConfigMgr. Thanks to my colleague Kalateet Vyas for helping with the following queries.

Learn how to create a device collection based on the MS Edge version -> Create MS Edge SCCM Device Collection Using WQL Query.

Patch My PC
Index
Manual or PowerShell Method to find Microsoft Edge Version
Custom Report for Legacy Edge Browser (NOT Supported version)
Custom Report for ConfigMgr Microsoft Edge SQL Query
ConfigMgr Microsoft Edge SQL Query | Custom Report | SCCM -Table 1

Manual or PowerShell Method to find Microsoft Edge Version

Let’s check the manual or automatic method to find the version of Microsoft Edge. You can use PowerShell or a normal command prompt to get details of the MS Edge version.

There are two different ways to identify the version of the Microsoft Edge Browser application without using SCCM/ ConfigMgr. You can use the Registry to confirm the version. There are two options, Command Prompt and PowerShell commands, to verify the details of the MS Edge version.

reg query HKCU\Software\Microsoft\Edge\BLBeacon /v version
(Get-ItemProperty -Path HKCU:\Software\Microsoft\Edge\BLBeacon -Name version).version
ConfigMgr Microsoft Edge SQL Query | Custom Report | SCCM - Fig.1
ConfigMgr Microsoft Edge SQL Query | Custom Report | SCCM – Fig.1

Custom Report for Legacy Edge Browser (NOT Supported version)

Let’s determine which legacy Edge browser is installed on Windows 10 devices. The following steps will help you create a custom report for legacy edge browsers.

NOTE! Software Inventory should collect legacy edge file details and create the following report.

ConfigMgr Microsoft Edge SQL Query | Custom Report | SCCM - Fig.2
ConfigMgr Microsoft Edge SQL Query | Custom Report | SCCM – Fig.2

Open the SQL Management Studio and click on the New Query button.

  • Select the CM_MEM database from the drop-down menu.
    • MEM is the ConfigMgr site code.
ConfigMgr Microsoft Edge SQL Query | Custom Report | SCCM - Fig.3
ConfigMgr Microsoft Edge SQL Query | Custom Report | SCCM – Fig.3

Copy the following SQL query to find the Legacy version of Edge.

  • Click on the Execute button.
SELECT distinct
A.ApplicationName0,
A.Version0,
O.Caption0 as 'Operating System Name',
RS.Name0 as 'machine',
RS.User_Name0 as 'username',
RS.AD_Site_Name0 as 'Location',
RS.Resource_Domain_OR_Workgr0 as 'Domain'

 FROM v_GS_WINDOWS8_APPLICATION A
 JOIN v_GS_WINDOWS8_APPLICATION_USER_INFO AU ON A.FullName0 = AU.FullName0
 JOIN v_R_System RS ON A.ResourceID = RS.ResourceID
 JOIN v_GS_OPERATING_SYSTEM O ON RS.ResourceID = O.ResourceID

 where A.ApplicationName0 like '%MicrosoftEdge%'
and O.Caption0 not like '%Server%'
and O.Caption0 not like '%8.1%'
and O.Caption0 not like '%Embedded%'
and RS.Active0 = '1'
and RS.Client0 = '1'

Let’s find the results of the query.

ConfigMgr Microsoft Edge SQL Query | Custom Report | SCCM - Fig.4
ConfigMgr Microsoft Edge SQL Query | Custom Report | SCCM – Fig.4

Custom Report for ConfigMgr Microsoft Edge SQL Query

Now, let’s look at the edge version installation on Windows 10 devices. The MS Edge version of Microsoft Edge installation happens only via force deployment of the application.

  • Open the SQL Management Studio.
  • Click on the New Query button.
  • Select the CM_MEM database from the drop-down menu.
    • MEM is the ConfigMgr site code.
  • Copy the following SQL query to find the Legacy version of Edge.
  • Click on the Execute button.
Select Distinct
v_R_System.Name0 as 'machine',
v_R_System.User_Name0 as 'username',
v_R_System.AD_Site_Name0 as 'Location',
v_R_System.Resource_Domain_OR_Workgr0 as 'Domain',
v_Add_Remove_Programs.DisplayName0 as 'displayname',
v_Add_Remove_Programs.Version0 as 'Version'
From v_R_System
Join v_Add_Remove_Programs on v_R_System.ResourceID = v_Add_Remove_Programs.ResourceID 
Where v_Add_Remove_Programs.DisplayName0 Like '%Microsoft Edge%'
and v_Add_Remove_Programs.DisplayName0 not Like '%update%'
and v_Add_Remove_Programs.DisplayName0 not Like '%appsense%'
and v_R_System.Active0 = '1'

Let’s find the results of the query. ConfigMgr | SCCM Microsoft Edge SQL Query.

ConfigMgr Microsoft Edge SQL Query | Custom Report | SCCM - Fig.5
ConfigMgr Microsoft Edge SQL Query | Custom Report | SCCM – Fig.5

Resources – ConfigMgr Microsoft Edge SQL Query

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 is Microsoft MVP! He is a Device Management Admin with more than 20 years of experience (calculation done in 2021) in IT. He is a Blogger, Speaker, and Local User Group HTMD Community leader. His primary focus is Device Management technologies like SCCM 2012, Current Branch, and Intune. He writes about ConfigMgr, Windows 11, Windows 10, Azure AD, Microsoft Intune, Windows 365, AVD, 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. Are you wanting a collection for all users with Chromium based Edge regardless of version? Or what specifically is the criteria for the collection you’re wanting?

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