NAVANEM

Edge ManagedFavorites · runs in your browser

Intune Managed Favorites Builder

Build nested Microsoft Edge bookmarks and export the JSON for the Intune ManagedFavorites policy.

Bookmarks

3 · 1 folders

ManagedFavorites JSON

[
  {
    "toplevel_name": "Company favorites"
  },
  {
    "name": "Microsoft 365",
    "url": "https://www.office.com"
  },
  {
    "name": "MSP resources",
    "children": [
      {
        "name": "Microsoft Learn",
        "url": "https://learn.microsoft.com"
      },
      {
        "name": "Intune Admin Center",
        "url": "https://intune.microsoft.com"
      }
    ]
  }
]

Deploy via Intune

  1. Open Microsoft Intune Admin Center → Devices → Configuration → Create profile.
  2. Platform Windows 10 and later · Profile type Settings catalog.
  3. Add the setting Microsoft Edge > Configure favorites (or search for ManagedFavorites).
  4. Paste the JSON above into the value field.
  5. Assign the profile to the target user / device group and save.

Stored in your browser only. Refresh-safe via localStorage, nothing is sent anywhere.

About this tool

Build the Microsoft Edge "Managed Favorites" configuration used by Microsoft Intune, generating the JSON/structure you paste into a configuration profile so managed devices receive a consistent set of bookmarks. It removes the guesswork of hand-writing the favorites payload.

Add folders and links, arrange them, and export the value ready for the Edge ManagedFavorites policy. Everything is assembled in your browser.

Frequently asked questions

Where does this value go in Intune?+

Into an Edge configuration profile (settings catalog or a custom OMA-URI), under the Managed Favorites / ManagedFavorites policy. Assigned devices then show the favorites in Edge.

Can I create folders of favorites?+

Yes. The managed favorites format supports nested folders, so you can group links by team, app or environment, which the builder reflects in the output.

Will users be able to delete the favorites?+

Managed favorites are enforced by policy and appear in a locked folder users cannot remove, which is the point of pushing them centrally.