Issues managing favorites from Intune

Jonathan Lee 1 Reputation point
2021-12-27T04:09:03.933+00:00

Hope someone can shed some light on what am I doing wrongly.

I am trying to deploy a set of MS Edge Fav from Intune but has been unsuccessful to.

I have enabled the Configure favorites and Enable favorites bar in the setting.
160525-image.png

However, Edge policy only manage to sync enabling favorites bar.
160536-image.png

Is there anything wrong with my code?

[
{
"toplevel_name": "Company Favourites"
},
{
"url": "https://www.office.com/",
"name": "Microsoft Office 365"
},
{
"url": "https://passwordreset.microsoftonline.com/",
"name": "Password Reset Portal"
},
{
"url": "https://aka.ms/mysecurityinfo/",
"name": "My Account Security Info"
},
{
"url": "URL",
"name": "Eastport Infocom Portal"
},

{  
	"name": "EPM Links",  
	"children": [  
		{  
			"url": "URL",  
			"name": "EPM Staff Lounge"  
		},  
		{  
			"url": "https://URL"  
			"name": "EPM Info-Tech HRIS"  
		},  
		{  
			"url": "https://URL",  
			"name": "EPM COVID-19 ART Record Form"  
		},  
		{  
			"url": "https://URL",  
			"name": "EPM Salesforce SSO Login"  
		},  
	]  
}  
{  
	"name": "ECH Links",  
	"children": [  
		{  
			"url": "URL",  
			"name": "ECH Salesforce SSO Login"  
		}  
	]  
}  

]

Assistance is greatly appreciated!

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,125 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,716 questions
Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
873 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,324 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Lu Dai-MSFT 28,346 Reputation points
    2021-12-27T08:40:12.197+00:00

    @Jonathan Lee Thanks for posting in our Q&A.

    For this issue, I have done the test in my lab. It shows as same as yours. The configuration profile shows "succeeded" in intune portal. And the key is successfully added in registry editor. However, this "configure favorites" isn't listed under Microsoft Edge Policies.
    160540-image.png

    160623-image.png

    160576-image.png

    Given this situation, it is needed to do log analysis to find whether this root cause is on intune or on Edge. With Q&A limitation, it is suggested to create an online support ticket to solve this issue. It is free. Here is the support link:
    https://learn.microsoft.com/en-us/mem/get-support

    Thanks for understanding and hope everything goes well with you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    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 comments No comments

  2. Rahul Jindal [MVP] 9,146 Reputation points MVP
    2021-12-27T23:29:56.153+00:00
    0 comments No comments