Skip to content

Deploying Using Jamf Pro for Edge on Mac OS

  1. In Jamf Pro, select Computers.
  2. On the left panel, select Configuration Profiles.
  3. Select + New.
  4. On the new profile, complete the following:
    • In the Name field, enter a name to identify the profile.
    • In the Category dropdown, select a category.
    • In the Level field, select Computer Level.
  5. On the left panel, select Custom Settings.
  6. In the Preference Domain field, enter com.microsoft.Edge.

    Note

    Ensure 'Edge' is entered with an uppercase 'E'.

  7. In the Property list file field, upload the following plist file:

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
      <dict>
        <key>ExtensionInstallForcelist</key>
        <array>
          <string>ckdibgmbbhmafmjpjmknleccgcddanan;https://extension.savvy.security/update.xml</string>
        </array>
        <key>ExtensionSettings</key>
        <dict>
          <key>ckdibgmbbhmafmjpjmknleccgcddanan</key>
          <dict>
            <key>installation_mode</key>
            <string>force_installed</string>
            <string>force_pinned</string>
            <key>update_url</key>
            <string>https://extension.savvy.security/update.xml</string>
          </dict>
        </dict>
      </dict>
    </plist>
    
  8. Select Save.