Close Menu
    Facebook X (Twitter) Instagram
    Sunday, October 12
    X (Twitter) LinkedIn Reddit RSS
    All about Endpoint Management
    • Home
    All about Endpoint Management
    Home»configmgr»How to deploy Microsoft Edge Chromium stable version using Configuration Manager

    How to deploy Microsoft Edge Chromium stable version using Configuration Manager

    Eswar KonetiBy Eswar KonetiJanuary 16, 7:02 pm5 Mins Read configmgr 15,652 Views
    Share
    Facebook Twitter LinkedIn Reddit

    On Jan 15th, 2020 Microsoft has officially launched new version of Microsoft edge browser based on chromium for windows and Mac OS. It is compatible with all supported versions of Windows, and with macOS.

    It replaces the legacy version of Microsoft Edge on Windows 10 PCs. With speed, performance, best-in-class compatibility for websites and extensions, and built-in privacy and security features, it's the only browser you'll ever need.

    As you already know , windows 7 support ended Jan 14th ,2020 however, Microsoft has made the new edge browser available for windows 7.

    If you want to download the new Microsoft Edge based on chromium for windows 7, windows 8.1 and windows 10 and Mac OS, please visit https://www.microsoft.com/en-us/edge?

    image

    This is not offline installer, it is 2mb file and when you lunch it, it will connect to internet and download the required setup files.

    if you want to download the offline installer, you can refer to this article and find the right version for you https://www.microsoft.com/en-us/edge/business/download

    Now how do we install the Stable version of new microsoft edge browser using Microsoft Endpoint manager (CMCB 1910 ) for endpoints in the organization?

    MEMCM 1910 has feature to deploy Microsoft Edge, version 77 and later to your users. This will help you download and create the application automatically without doing anything manual.

    If you are not running on configuration manager current branch 1910, then you need to download the offline installer and create application manually.This is same process how you do for other applications.

    This blog post assumes that you are running on configuration manager 1910. If you are not on 1910, please read this blog post for how to get  current branch 1910.

    In the console,click on Software library, click on Microsoft Edge Management and choose create Microsoft Edge application

    image

    Provide the Name and content location. This is to save the application source files and the name is what appear in applications node .

    image

    In the channel, choose stable , this is the version released today by Microsoft  and version, choose latest.

    image

    In the deployment, choose No for now, as we edit the deployment settings and deploy to collection later.

    image

    Click next on the summary page.

    image

    Now, based on the internet connectivity, the download of the edge stable version will start and create the application automatically.

    You can monitor the download of the updates from %temp% folder with log called: patchdownloader.log

    image

    Log file location:

    image

    Monitoring the download process:

    image

    Once the download is finished, you can see the app in the application node.

    image

    It has 2 deployment types because it downloaded both x86 and x64 but the priority is x64.

    image

    The source location has the following content. Powershell script and MSI.

    image

    If you edit the x64 deployment type, you will see the program command line syntax.

    image

    we will now modify the syntax with -executionpolicy bypass. This is not mandatory to use however i have seen some of the installation error in the previous builds so i simply edit it with bypass and continue.

    Append the syntax after file

    for x64:

    powershell -executionpolicy bypass -File ".\Install-Edge.ps1" -MSIName "MicrosoftEdgeEnterpriseX64.msi" -ChannelID "{56eb18f8-b008-4cbd-b6d2-8c97fe7e9062}"

    You can do the same for x86 as well.

    image

    update the syntax and click ok.

    image

    For detection method: we dont do any changes but i have listed this for your information incase you want to create the application manually and you are not in CMCB 1910.

    Hive:HKLM

    Key:SOFTWARE\Wow6432Node\Microsoft\EdgeUpdate\Clients\{56eb18f8-b008-4cbd-b6d2-8c97fe7e9062}

    Value: pv

    data type: version

    Operator: Greater than or equal to

    value:79.0.309.65

    image

    Now distribute the application to distribution points.

    image

    Monitor the distribution status  and once it is distributed, you are now ready to deploy to collection. Log file: distmgr.log on your configmgr site.

    Deploy to collection:

    image 

    image

    image

    image

    Once the application is deployed to collection, depend on the machine policy cycle, device will receive the policy, download the content and install the application.

    Deployment results:

    image

    image

    You can monitor the installation status using appenforce.log located at C:\windows\ccm\logs.

    image

    You can see Microsoft Edge in the start menu.

    image

    Launch the Microsoft Edge

    image

    If you look at the about page in the edge, you see that, your organization disabled the updates.

    This is happening because of the script that is used to install the Edge application.

    The script is designed to disable the automatic updates and let configuration manager manages the updates just like other windows and office 365 updates.

    image

    Now on your configuration manager, you need to enable the Microsoft Edge product in SUP section.

    If you are not able to see the product then simply run software update sync , wait for the sync to complete.

    Now go back to SUP properties, you will now see the Microsoft Edge, select it and click ok.

    image

    Right click on All microsoft edge updates and initiate sync.

    After a while you will see the updates in the console.

    image

    image

    Once the updates are available in the console, you can patch Edge browser just like any other windows/office365 updates.

    The following information is provided to know, what registry key used to enable or disable the automatic updates for Edge.

    The registry key for disabling the edge updates is:

    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\EdgeUpdate with value 0

    image

    To enable automatic updates for edge browser, you can change the update value from 0 to 1.

    Launch edge and type edge://settings/help to see the status.

    image

    Before you start deploying the Edge browser in an enterprise, please read through the Microsoft article for edge policies using GPO/Intune. https://docs.microsoft.com/en-us/microsoft-edge/ 

    Hope you found this article useful!

    1910 Chromium based edge CMCB configmgr disable updates edge browser Edge chromium Edge stable version New Edge Powershell SCCM
    Share. Twitter LinkedIn Email Facebook Reddit

    Related Posts

    Export Microsoft Entra ID User Authentication Methods to CSV using PowerShell & Microsoft Graph API

    August 13, 2:08 pm

    SCCM SQL Report – Compare Installed Apps on TWO Different Computers

    July 13, 10:35 am

    Exporting Intune Win32 Apps with All Properties Using PowerShell and Microsoft Graph

    June 30, 7:01 pm

    17 Comments

    1. Dave Thomas on July 31, 2020 1:38 AM

      Hi, does it automatically remove previous versions of Chromium/Edge?

      Reply
      • Eswar Koneti on July 31, 2020 5:47 PM

        Yes it remove the legacy edge and install new chromium browser. If you are installing this on device that has chromium, then it update to latest version

        Reply
    2. Pingback: Windows information protection incompatibility with new edge chromium browser | All about Microsoft Endpoint Manager

    3. Andreas on January 16, 2020 7:39 PM

      Hi Eswar,

      what is the reason for "-executionpolicy bypass"? I did without and it seems to work pretty well.

      Also, there are Edge updates, but you have to activate the new product Windows -> Edge for your SUP to sync.
      https://i.imgur.com/E4QVQyl.png

      Reply
      • Eswar Koneti on January 16, 2020 7:47 PM

        Hi,
        It has been noticed on some of the forums that, the default parameters for the beta and dev channels did not work well and the fix was to add -bypass.
        So i added the bypass syntax for the stable channel as well. I will update the blog post incase you see any errors with the installation, modify the syntax.

        For the updates section, Are you running on current branch 1910 or technical preview? can you post what version are you running to see the edge updates?

        Thanks,
        Eswar

        Reply
        • Andreas on January 16, 2020 7:53 PM

          Im running 5.0.8913.1000 (1910 stable)
          I activated Edge in Products (see screenshot, its a sub-product of Windows) and ran a sync -> updates appeared

          Reply
          • Eswar Koneti on January 16, 2020 8:08 PM

            Thanks Andres. I cannot see any entries for edge in my console though am running on 1910 as well.
            can you post about configuration manager screenshot for me pls to check further?

            Thanks,
            Eswar

            Reply
            • Eswar Koneti on January 16, 2020 8:25 PM

              ok,i see it now after the software update sync.This seems to be added recently .

              Thanks for it and i will update the blog post.

              Reply
            • Andreas on January 16, 2020 8:26 PM

              https://i.imgur.com/bRfpnPN.png

              Reply
              • Eswar Koneti on January 16, 2020 9:56 PM

                Thanks Andres. I got. All your need is sync once, then enable the Edge in SUP properties and sync once again to see the Edge updates.

                Regards,
                Eswar

            • Noor on January 21, 2020 2:31 PM

              why do we need detection method as registry key that you mentioned if we are not on 1910, any specific reason?
              Source file downloaded from MS site is MSI, we can use product code as detection method..isnt it?

              Reply
              • Eswar Koneti on January 21, 2020 2:46 PM

                Yes you can msi as detection method and there is nothing wrong about it. The reason I see to use reg key is that, if the edge is lower then that version then install else ignore it and let the patching takes care of the updates.

                Thanks
                Eswar

              • Noor on January 21, 2020 10:32 PM

                got it. Thanks for the reply.

        • Marco Autorino on March 1, 2020 12:18 AM

          goog! how to do a report on microsoft edge version? there's something ?

          Reply
          • Eswar Koneti on March 1, 2020 1:18 PM

            Hi Marco,
            There are no built-in reports with for edge in current branch 1910 however Microsoft has introduced some reports in technical preview 2001 onwards.
            So i expect the next current branch version should have these reports for edge.

            Thanks,
            Eswar

            Reply
            • Marco Autorino on March 2, 2020 12:55 AM

              Thanks for the reply. I'll see if you can make a beseline that tells me the edge version. I have to find a key that gives me this information.

              Reply
              • Eswar Koneti on March 2, 2020 9:47 AM

                hi,
                If your request is to simply find the edge installed devices, you can query this from SQL or WQL query collection with application name 'Microsoft Edge%'.
                Following is the SQL Query that can be used to get list of computers with microsoft edge installed.

                select sys.name0,sys.user_name0,arp.DisplayName0,arp.version0 from v_r_system sys
                inner join v_Add_Remove_Programs arp on arp.ResourceID=sys.ResourceID
                where arp.DisplayName0 like 'Microsoft Edge%' and arp.DisplayName0 not like 'Microsoft Edge Update'
                order by sys.Name0

                Thanks,
                Eswar

    Leave a ReplyCancel reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Sign Up

    Get email notifications for new posts.

    Author

    I’m Eswar Koneti ,a tech enthusiast, security advocate, and your guide to Microsoft Intune and Modern Device Management. My goal? To turn complex tech into actionable insights for a streamlined management experience. Let’s navigate this journey together!

    Support

    Awards

    Archives

    © Copyright 2009-2025 Eswar Koneti, All rights reserved.

    Type above and press Enter to search. Press Esc to cancel.