

They are usually formatted in XML, although they can use JSON too (in which case you should convert them to XML with the command ( plutil -convert xml1 pathToJSON).

However, if the settings you want to modify aren't available, use a property list file instead.Ĭonfiguration files on macOS have the extension “.plist” (property list) and store configuration settings and properties.

Microsoft Edge version 77 or later: Microsoft Edge - Policies.See the following for a list of settings you can configure in the settings catalog: If you are configuring application settings that are available in the settings catalog, use this feature instead of a property list file to manage those settings.Property list files target the entire device. Only use property list files that target device channel settings, not user channel settings.Only some apps work with managed preferences and not all settings can be managed.To validate setting changes, be sure to test them before assigning profiles to devices.Here are some things to consider when working with property list files: This article gives a few practical examples that explain how to use property list files to modify settings for Intune Company Portal, Outlook for Mac, and CodeRunner. You can use a property list file (.plist) in Intune to configure settings for a macOS application. Many macOS applications require more than just a standard install, with some needing significant configuration to make them work in your environment. One question our customers often ask is how to configure an application on a macOS device with Microsoft Intune. By Marc Nahum – Senior Program Manager | Microsoft Endpoint Manager – Intune
