Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

Intune OMA-URI Bookmarks

  • 1 ответ
  • 5 имеют эту проблему
  • 28 просмотров
  • Последний ответ от Mike Kaply

more options

Hello,

I deployed successfully the firefox ADMX file and start page with Intune. Now i want to deploy a custom OMA-URI setting for a specific bookmark

OMA-URI: ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Bookmarks/Bookmark01 Data type: string Value: <enabled/> <data id="BookmarkTitle" value="mytitle"/> <data id="BookmarkURL" value="myURL"/> <data id="BookmarkPlacement" value="none"/>

Unfortunately it didn't work, any ideas?

Hello, I deployed successfully the firefox ADMX file and start page with Intune. Now i want to deploy a custom OMA-URI setting for a specific bookmark OMA-URI: ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Bookmarks/Bookmark01 Data type: string Value: <enabled/> <data id="BookmarkTitle" value="mytitle"/> <data id="BookmarkURL" value="myURL"/> <data id="BookmarkPlacement" value="none"/> Unfortunately it didn't work, any ideas?

Все ответы (1)

more options

BookmarkPlacement definitely needs a value (not none).

Are there any errors in about:policies?

I've started working on Intune. You can see my bookmark example here:

https://github.com/mozilla/policy-templates/pull/581/files#diff-04c6e90faac2675aa89e2176d2eec7d8R467