Close Menu
Peter Klapwijk – In The Cloud 24-7Peter Klapwijk – In The Cloud 24-7
    Facebook X (Twitter) Instagram
    Peter Klapwijk – In The Cloud 24-7Peter Klapwijk – In The Cloud 24-7
    • Home
    • Intune
    • Windows
      • Modern Workplace
    • macOS
    • Android
    • iOS
    • Automation
      • Logic Apps
      • Intune Monitoring
      • GitHub
    • Security
      • Passwordless
      • Security
    • Speaking
    • About me
    Peter Klapwijk – In The Cloud 24-7Peter Klapwijk – In The Cloud 24-7
    Home»Intune»Controlling managed favorites for Edge with Microsoft Intune – Windows
    Intune

    Controlling managed favorites for Edge with Microsoft Intune – Windows

    Peter KlapwijkBy Peter KlapwijkMay 16, 2020Updated:May 18, 2020103 Mins Read

    In the past I already wrote a few articles related the Edge Chromium based browser. Today another one in this serie; controlling managed favorites for Edge with Microsoft Intune (Endpoint Manager).

    With Microsoft Intune, we have a lot of settings which we can manage for Microsoft Edge. These settings are found in the Administrative Templates profile for Windows 10. One of the settings is Managed Favorites. With Managed Favorites we can deploy a managed favorites folder in which we can put favorites and sub folders. These favorites cannot be removed by the end-user.

    Below is my example, which I use later in the post.

    The folder in which the favorites are placed is named Managed favorites, but this can be changed by adding a dictionary containing the key “toplevel_name” with the desired folder name as the value. In this example Peter`s favorites.

    Each favorite contains the keys “name” and “url”, which hold the favorite’s name and its target. You can configure a subfolder by defining a favorites without an “url” key but with an additional “children” key that contains a list of favorites. In my example the sub folder is named Social media links.

    Example value:

    [
      {
        "toplevel_name": "Peter`s favorites"
      }, 
      {
        "url": "inthecloud247.com", 
        "name": "In The Cloud 247"
      }, 
      {
        "url": "microsoft.com", 
        "name": "Microsoft"
      }, 
      {
        "name": "Social media links", 
        "children": [
          {
            "url": "https://twitter.com/inthecloud_247", 
            "name": "Twitter"
          }, 
          {
            "url": "https://www.linkedin.com/in/peterklapwijk", 
            "name": "LinkedIn"
          }
        ]
      }
    ]

    Let`s have a look at how to configure the Administrative Templates profile in Intune.

    Configure Administrative Templates profile

    The Administrative Templates profile is restyled since the initial release in Intune. It now has the folder structure like we see in Group Policy management.

    Now open a browser to sign-in to the Microsoft Endpoint Manager portal.

    • Sign-in to the Endpoint Manager admin center
    • Browse to Devices – Windows
    • On the Configuration profiles tab click +Create profile
    • Choose Windows 10 and later as Platform
    • Choose Administrative Templates as Profile type
    • Click Create
    • Give the configuration profile a Name
    • Enter a Description (optional)
    • Click Next
    • Open Computer Configuration
    • Select Microsoft Edge
    • Search for Configure Favorites
    • Open Configure Favorites
    • Select Enabled
    • Enter your value and click OK

    Click Next and finish the wizard by adding scope tags (optional) and assign the profile to a group.

    The end-result

    Now let`s have a look at the end-result on the Windows 10 device.

    As soon as the profile is synced to the device, we see the managed favorites folder in the Edge browser, in this example Peter`s favorites. In this folder we see the favorites and the sub folder (Social media links). In the sub folder the favorites are also created.

    If we open edge://favorites from the address bar we see the favorites are managed; Favorites are managed by your organization.

    By opening edge://policy from the address bar, we see all our managed policies.

    That`s it for this post. In the next post I show how we can control managed favorites for Edge on macOS.

    And if you`d like to read more articles related to Microsoft Edge, have a look at this overview.

    Browser Edge EMS Intune MEM Microsoft 365 Microsoft Edge Microsoft Endpoint Manager Windows 10
    Share. Facebook Twitter LinkedIn Email WhatsApp
    Peter Klapwijk
    • Website
    • X (Twitter)
    • LinkedIn

    Peter is a Security (Intune) MVP since 2020 and is working as Modern Workplace Engineer at Wortell in The Netherlands. He has more than 15 years of experience in IT, with a strong focus on Microsoft technologies like Microsoft Intune, Windows, and (low-code) automation.

    Related Posts

    Configure Azure AD SSO for the Samsung Knox portal

    April 7, 2021

    Block the Edge Shopping Assistant with Microsoft Intune

    November 25, 2020

    Microsoft Whiteboard; We couldn`t sign you in

    May 4, 2020
    View 10 Comments

    10 Comments

    1. Just on September 30, 2020 19:17

      Question. When Deploying Favorites this way. If I need to change them and add/remove settings, when redeploying the new list it doesn’t show up on users workstations anymore.

      Reply
      • PL on March 21, 2023 13:41

        Same issue here – is there a fix fort his?

        Reply
    2. thoma on November 17, 2020 14:43

      Hi, do you have an example of how this can be done with Edge for iOS and Android using Intune as well? I try to follow your example but not able to make it work.

      Reply
      • Peter Klapwijk on November 25, 2020 19:28

        Here you go https://inthecloud247.com/manage-edge-mobile-favorites-with-microsoft-intune/ 🙂

        Reply
    3. Markus on January 29, 2021 10:51

      Hi
      Is there a chance to manage multiple top level folders?
      for example “company bookmarks” for everybody and additional “IT Dep” for the IT department?

      Reply
      • Aaron Overington on May 5, 2021 02:20

        You would need to create a separate profile targeting IT

        Reply
    4. Ashish Kumar Arya on April 20, 2023 13:26

      How can I add a single page as a bookmark to the Favorites bar instead of creating a Bookmarks Folder. Like the one you have in this example called “Office 365 login”.

      What would be the XML element for that Office 365 login bookmark.

      Regards,
      Ashish Arya

      Reply
      • Phil Brown on December 11, 2023 11:25

        At the top level instead of a folder:

        {
        “name”: “Me”,
        “url”: “https://me.com”
        },

        Reply
        • Johnathan Abaya on February 14, 2024 17:50

          This puts it in the managed favorites folder by default. user was asking how to get it to save to the favorites bar instead.

          Reply
    5. Rob Singhera on January 8, 2024 02:12

      hi,

      May I know how can I do for the chrome?

      Reply
    Leave A Reply Cancel Reply

    Peter Klapwijk

    Hi! Welcome to my blog post.
    I hope you enjoy reading my articles.

    Hit the About Me button to get in contact with me or leave a comment.

    Awards
    Sponsor
    Latest Posts

    Create deployment ring groups for Microsoft Intune

    June 27, 2025

    Update Windows Defender during Windows Autopilot enrollments

    May 16, 2025

    Hide the “Turn on an ad privacy feature” pop-up in Chrome with Microsoft Intune

    April 19, 2025

    How to set Google as default search provider with Microsoft Intune

    April 18, 2025
    follow me
    • Twitter 4.8K
    • LinkedIn 6.1K
    • YouTube
    • Bluesky 1.5K
    Tags
    Administrative Templates Android Automation Autopilot Azure Azure AD Browser Conditional Access Edge EMS Exchange Online Feitian FIDO2 Flow Google Chrome Graph Graph API Identity Management Intune Intune Monitoring iOS KIOSK Logic Apps macOS MEM MEMMonitoring Microsoft 365 Microsoft Edge Microsoft Endpoint Manager Modern Workplace Office 365 OneDrive for Business Outlook Passwordless PowerApps Power Automate Security SharePoint Online Teams Windows Windows 10 Windows10 Windows 11 Windows Autopilot Windows Update
    Copy right

    This information is provided “AS IS” with no warranties, confers no rights and is not supported by the authors, or In The Cloud 24-7.

     

    Copyright © 2025 by In The Cloud 24-7/ Peter Klapwijk. All rights reserved, No part of the information on this web site may be reproduced or posted in any form or by any means without the prior written permission of the publisher.

    Shorthand; Don’t pass off my work as yours, it’s not nice.

    Recent Comments
    • Parth Savjadiya on Using Visual Studio with Microsoft Endpoint Privilege Management, some notes
    • Chris Johnson on Assign Deny Local Log On user right to an (Azure) AD group by using Microsoft Intune
    • Northernsky on Automatically wipe a Windows 10 device after a number of authentication failures
    • Henrik on Intune Driver update for Windows – Get applicable devices
    • Adam on Get notified on expiring Azure App Registration client secrets
    most popular

    Application installation issues; Download pending

    October 1, 2024

    Restrict which users can logon into a Windows 10 device with Microsoft Intune

    April 11, 2020

    How to change the Windows 11 language with Intune

    November 11, 2022

    Update Microsoft Edge during Windows Autopilot enrollments

    July 9, 2024
    Peter Klapwijk – In The Cloud 24-7
    X (Twitter) LinkedIn YouTube RSS Bluesky
    © 2025 ThemeSphere. Designed by ThemeSphere.

    Type above and press Enter to search. Press Esc to cancel.

    Manage Cookie Consent
    To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
    Functional Always active
    The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
    Preferences
    The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
    Statistics
    The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
    Marketing
    The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
    Manage options Manage services Manage {vendor_count} vendors Read more about these purposes
    View preferences
    {title} {title} {title}