question

Christopher-9208 avatar image
0 Votes"
Christopher-9208 asked MarileeTurscak-MSFT commented

How to push bookmarks to Chrome through Endpoint Manager

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!

azure-ad-group-management
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

MarileeTurscak-MSFT avatar image
0 Votes"
MarileeTurscak-MSFT answered MarileeTurscak-MSFT commented

Hi @Christopher-9208,

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


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.