How to push bookmarks to Chrome through Endpoint Manager

Christopher 41 Reputation points
2020-10-22T21:38:48.987+00:00

Hi,

I'm trying to set up Google Chrome bookmarks through Endpoint Manager (our organization is not hybrid, we're Azure only), and I've set up a device configuration profile in Endpoint Manager that looks like this:

Name: Chrome – ADMX – ManagedBookmarks
OMA-URI: ./Device/Vendor/MSFT/Policy/Config/Chrome~Policy~googlechrome /ManagedBookmarks
Data type: String
Value: <enabled/>
<data id='ManagedBookmarks' value='[{"toplevel_name":"Company Bookmarks"},{"url":"login.salesforce.com","name":"Salesforce"}]'/>

But I get Error Code "0x87d1fde8" with the Error Details "Remediation failed."

Does anyone know how to configure the bookmark bar in Chrome through Endpoint Manager?

Thanks!

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,417 questions
0 comments No comments
{count} votes

Accepted answer
  1. Marilee Turscak-MSFT 36,836 Reputation points Microsoft Employee
    2020-10-22T23:52:08.593+00:00

    Hi @Christopher ,

    I am sorry to hear that you are facing this issue! I would recommend checking out the comments on this Reddit thread and making sure you don't have any special characters in the URL, if you have anything different from the example you posted.

    Which guide are you following? There is also an example of this in the guide for configuring Chrome for Android devices that shows how you can add this from the admin center:

    Managed Bookmarks: [{"toplevel_name": "My managed bookmarks folder" }, {"url": "baidu.com", "name": "Baidu"}, {"url": "youtube.com", "name": "Youtube"}, {"name": "Chrome links", "children": [{"url": "chromium.org", "name": "Chromium"}, {"url": "dev.chromium.org", "name": "Chromium Developers"}]}]  
    

    If this doesn't work, you may also need to check the event logs to get more details. (In the example in the linked blog, the OMA URI was not correct and the user was able to resolve the error by fixing it.)

    Lastly, I would recommend visiting the official troubleshooting guide for that error, which states that in some cases this error can be ignored and will go away after the device checks in again

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.