-->
This article describes how to configure Microsoft Edge on macOS using a property list (.plist) file. You'll learn how to create this file and then deploy it to Microsoft Intune.
For more information, see About Information Property List Files (Apple's website) and Custom payload settings.
A new version of the browser is live on Windows, Mac. Microsoft has released Edge 90 for desktop platforms, and needless to say, it comes with some pretty big changes aimed at the production channel. Download the new Microsoft Edge based on Chromium. The new Microsoft Edge is based on Chromium and was released on January 15, 2020. It is compatible with all supported versions of Windows, and macOS. With speed, performance, best in class compatibility for websites and extensions, and built-in privacy and security features, it's the only. Now when downloading the browser from Microsoft’s website, all users are presented with the option to pick Edge for “Mac with Apple Chip.” That means Edge runs natively and doesn’t have to. Download the latest version of Microsoft Edge for Mac for free. Read 16 user reviews and compare with similar apps on MacUpdate. Sep 07, 2021 Download Microsoft Edge Beta for Mac Right Now: Below are the three links which you can use to download Microsoft edge beta for Mac right now. Get Microsoft Edge Dev to build here. Get Microsoft Edge Canary to build here. Go to the official Microsoft Edge Insider page here for added details.
Note
This article applies to Microsoft Edge version 77 or later.
Configure Microsoft Edge policies on macOS
The first step is to create your plist. You can create the plist file with any text editor or you can use Terminal to create the configuration profile. However, it's easier to create and edit a plist file using a tool that formats the XML code for you. Xcode is a free integrated development environment that you can get from one of the following locations:
For a list of supported policies and their preference key names, see Microsoft Edge browser policies reference. In the policy templates file, which can be downloaded from the Microsoft Edge Enterprise landing page, there's an example plist (itadminexample.plist) in the examples folder. The example file contains all supported data types that you can customize to define your policy settings.
The next step after you create the contents of your plist, is to name it using the Microsoft Edge preference domain, com.microsoft.Edge. The name is case sensitive and should not include the channel you are targeting because it applies to all Microsoft Edge channels. The plist file name must be com.microsoft.Edge.plist.
Important
Can You Download Edge On Mac
Starting with build 78.0.249.2, all Microsoft Edge channels on macOS read from the com.microsoft.Edge preference domain. All prior releases read from a channel specific domain, such as com.microsoft.Edge.Dev for Dev channel.
The last step is to deploy your plist to your users' Mac devices using your preferred MDM provider, such as Microsoft Intune. For instructions see Deploy your plist.
Microsoft Edge Download For Mac
Create a configuration profile using Terminal
In Terminal, use the following command to create a plist for Microsoft Edge on your desktop with your preferred settings:
Convert the plist from binary to plain text format:
After converting the file verify that your policy data is correct and contains the settings you want for your configuration profile.
Note
Only key value pairs should be in the contents of the plist or xml file. Prior to uploading your file into Intune remove all the <plist> and <dict> values, and xml headers from your file. The file should only contain key value pairs.
Microsoft Edge Download Mac Free
Deploy your plist
For Microsoft Intune create a new device configuration profile targeting the macOS platform and select the Preference file profile type. Target com.microsoft.Edge as the preference domain name and upload your plist. For more information see Add a property list file to macOS devices using Microsoft Intune.
For Jamf upload the .plist file as a Custom Settings payload.
Comments are closed.