With the release on Microsoft Edge Insider release for testing – I started by testing the deployment of the new Edge from Intune. The new Edge has become my favorite browser already, it is fast using less system resources and having a good user experience.
Note: Microsoft Edge insider is in preview and is not production ready!
In this short blog post I will only cover how to deploy Microsoft Edge not how is it working or how to configure it – that is for a future blog post.
For the deployment part as the new Edge installer is a .msi when you download it from the new Microsoft Edge is ready for business site, My personal opinion I will deploy the new MSI installer as a win32 app in Intune, one of the reason that it leverage delivery optimization (DO) and have more options for detection rules and dependencies then the LOB MSI installer option in Intune – so first we need to wrap the application with Microsoft Win32 Content Prep Tool before we are able to deploy with Intune,
There is two different version one for each deployment channel – the only difference there is in the channels is how often it will be updated for the Dev Channel it is updated once a week and the Beta Channel is updated every 6 weeks is not yet released.
You need to go Microsoft Edge Insider download page
Select the right download for your testing
- Dev Channel
- Click Accept and download
Now you have the MicrosoftEdgeDevEnterpriseX64.msi and you are ready to packaged it for Intune
Packaged Microsoft Edge Dev Enterprise for Intune
Download Microsoft Win32 Content Prep Tool
Run the command to create the .intunewin file
IntuneWinAppUtil.exe -c c:\temp\MicrosoftEdgeDevEnterprisex64 -s MicrosoftEdgeDevEnterpriseX64.msi -o c:\temp\ -q
The you will have created MicrosoftEdgeDevEnterpriseX64.intunewin that you can use direct when creating a Intune Application.
Create the Intune Win32 application you can deploy to your end users.
Start Microsoft 365 Device Management portal
- Click Client apps
- Click Apps
- Click Add
- Select App type : Windows app (Win32)
- Click App package file
- App packages file : upload your MicrosoftEdge_X64_75.0.139.1.intune
- Click App information
- Name : Microsoft Edge Dev
- Description : Microsoft Edge Dev Enterprise
- Publisher : Microsoft
- Click Logo
- Upload Microsoft Edge Dev logo
- Click Program
- Install Command : msiexec /i “MicrosoftEdgeDevEnterpriseX64.msi” /q
- Uninstall command : msiexec /x “{DE828F11-8F0C-3C3C-8355-585D917443D1}” /q
- Click Requirements
- Operating system architecture : x64
- Minimum operating system : Windows 10 1703
- Click Detection rules
- Select Manually configure detection rules
- Click Add
- Rule type : MSI
- MSI product code : {DE828F11-8F0C-3C3C-8355-585D917443D1}
Then you are finish with the application and Microsoft Edge Dev will be uploaded to Intune and when it is finished you can assigned it to your end user.
Now for the end user experience
The new deployed application is showing up in Company Portal the end user just need to click on the Microsoft Edge Dev icon
Click Install
when the installation is finish the end user can start using Microsoft Edge
Happy testing
Read more:
Overview of Microsoft Edge in the enterprise
Frequently asked questions about Microsoft Edge in the enterprise
Thanks for posting the step by step guide. I really like it! Any news on when or if the new Edge will be WIP aware / enlightened? Potentially, it could help to protect with WIP quite a big set of customers that relay on Chrome today.