How to Configure Intune ManagedFavourites for MS Edge

Jordan Lance 66 Reputation points
2021-09-06T07:25:37.563+00:00

Hi All,

I am hoping you can assist me with figuring out why my Microsoft Edge Managed Bookmarks wont load into MS Edge when being deployed from an Intune policy.

We are running Windows 10 21H1 and Edge Chromium 93.0.961.38. I have created the policy within Endpoint Manager and can see the policy is applying everything (i.e. homepage, show bookmarks bar, restore URL etc.) except the ManagedFavourites element of the policy.

The policy is configured as a 'Device' policy and is set to apply to 'All Devices' and 'All Users' within the organisation. The config I have is below;

[
{
“toplevel_name”: “Company Name
},
{
“url”: “url-1”,
“name”: “name
},
{
“url”: “linkedin.com”,
“name”: “LinkedIn
},
{
“url”: “url-2",
“name”: “name
},
{
“url”: “portal.office.com”,
“name”: “Office 365”
},
{
“url”: “url-3”,
“name”: “name”
},
{
“url”: “company.sharepoint.com”,
“name”: “Company Sharepoint
}
]
}
]

I have blanked out some of the URL's for privacy however, none of the URLs specify a http:// or https:// prefix before them, nor do they have a www. either.
Looking online I found where in the registry policy sits and it appears that it has applied at some point however, MS Edge doesn't pick up the managed bookmarks.

Any help would be really appreciated in solving this seemingly easy problem! - LOL

Cheers!

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
1,595 questions
Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,242 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
2,743 questions
0 comments No comments
{count} votes

Accepted answer
  1. Lu Dai-MSFT 24,446 Reputation points Microsoft Vendor
    2021-09-06T09:29:17.9+00:00

    @Jordan Lance Thanks for posting in our Q&A. From your description, did you mean that favorites configurations doesn't work in Edge? If there is anything misunderstanding, feel free to let us know.

    For this issue, I have done the test in my lab. The following is my Configure favorites. I deployed it to my device group. And it works fine in my lab.

    [  
      {  
        "toplevel_name": "My managed favorites folder"  
      },   
      {  
        "url": "microsoft.com",   
        "name": "Microsoft"  
      },   
      {  
        "url": "bing.com",   
        "name": "Bing"  
      },   
      {  
        "url": "baidu.com",   
        "name": "Baidu"  
      }  
    ]  
    

    129557-image.png

    It is suggested to try to check some information:

    1. Make sure that the correct format of the configuration.
    2. Enter "edge://policy" in Edge to check if the setting is applied successfully.
      129556-image.png

    For prefix of URLs, not all URLs can omit prefix. In my test, I omit the prefix of "baidu". When I click on the “baidu” bookmark, it shows that we can't reach this page.
    129564-image.png

    So, I think it is better to enter all the full URLs including prefix.

    If there is anything update, feel free to let us know.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful