Setting up default Safari Homepage through Intune

Found a lot of people not finding the right answer to setting a default Homepage in Safari on MacOS devices, it’s really not necessary to create a complicated script or look days for ways to setup the default homepage on Safari for MacOS.


Go to the intune admin center, choose Devices -> Configuration Profiles -> New Configuration Profile.

Select Templates -> Preference file and fill in the basics.

For the preference file save the following as a .plist file

    <key>HomePage</key>
    <string>https://kiwiplace.com</string>
    <key>NewWindowBehavior</key>
    <integer>0</integer>

For the Preference Domain Name use:
com.apple.Safari

There really isn’t more to it, assign the group you want and it will load your Homepage on MacOS.

If you liked this post, learned some new things or this article helped you out please think about giving a one time donation at the Donation Page to keep the site online!

Leave a comment