Unable to set Homepage via Intune configuration profile for MacOS
Hi everyone, I'm trying to standardize the homepage for the browser which enrolled with Intune on MacOS. I have imported the .plist file as below with the preference domain name as "org.mozilla.firefox". After applied, it returned error and nothing has been changed on the browser. Thanks.
<key>Homepage</key> <key>URL</key> <string>http://example.com</string> <key>StartPage</key> <string>homepage</string>
Solution choisie
You need to explicitly enable enterprise policies on macOS:
https://github.com/mozilla/policy-templates/blob/master/README.md#enterprisepoliciesenabled
https://github.com/mozilla/policy-templates/blob/master/mac/org.mozilla.firefox.plist#L5
Lire cette réponse dans son contexte 👍 1Toutes les réponses (1)
Solution choisie
You need to explicitly enable enterprise policies on macOS:
https://github.com/mozilla/policy-templates/blob/master/README.md#enterprisepoliciesenabled
https://github.com/mozilla/policy-templates/blob/master/mac/org.mozilla.firefox.plist#L5