본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Intune OMA-URI extensions

  • 7 답장
  • 0 이 문제를 만남
  • 1 보기
  • 최종 답변자: Mike Kaply

more options

I am trying trying to install the keeper extension via intune but am having trouble with the oma-uri. It looks right to me but I might be missing something. Prior to running this I followed https://mzl.la/3vYAIYT and added the Firefox ADMX. Both run successfully but it does not add the extension. Firefox version 116.0.3

OMA-URI: ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings

String: <enabled/> <data id="ExtensionSettings" value=' {

 "*": {
   "blocked_install_message": Opps, this may have been a mistake reach out to IT.",
   "install_sources":["about:addons","https://addons.mozilla.org/"],
   "installation_mode": "allowed",
   "allowed_types": ["extension" ,"theme"]
 },
 "KeeperFFStoreExtension@KeeperSecurityInc": {
   "installation_mode": "normal_installed",
   "install_url": "https://addons.mozilla.org/firefox/downloads/latest/keeper-password-manager/latest.xpi",

"default_area": "navbar"

 },

}'/>

I am trying trying to install the keeper extension via intune but am having trouble with the oma-uri. It looks right to me but I might be missing something. Prior to running this I followed https://mzl.la/3vYAIYT and added the Firefox ADMX. Both run successfully but it does not add the extension. Firefox version 116.0.3 OMA-URI: ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings String: <enabled/> <data id="ExtensionSettings" value=' { "*": { "blocked_install_message": Opps, this may have been a mistake reach out to IT.", "install_sources":["about:addons","https://addons.mozilla.org/"], "installation_mode": "allowed", "allowed_types": ["extension" ,"theme"] }, "KeeperFFStoreExtension@KeeperSecurityInc": { "installation_mode": "normal_installed", "install_url": "https://addons.mozilla.org/firefox/downloads/latest/keeper-password-manager/latest.xpi", "default_area": "navbar" }, }'/>

모든 댓글 (7)

more options

Are there errors in about:policies?

You can remove these lines:

  "install_sources":["about:addons","https://addons.mozilla.org/"],
  "installation_mode": "allowed",
  "allowed_types": ["extension" ,"theme"]

As they are basically the defaults.

more options

I removed the lines and sent the intune policy out again. " "install_sources":["about:addons","https://addons.mozilla.org/"],

 "installation_mode": "allowed",
 "allowed_types": ["extension" ,"theme"]

"

I went to about:policy but did not see anything for the extension. Another Policy is sent out does show in active related to password manager being disabled.

more options

Is there a third section that says "errors" at the bottom?

more options

Yes it shows

Unable to parse JSON for ExtensionSettings

more options

OK, that helps. Primary problem is the extra comma at the end of the JSON and the missing double quote (which I think was you just modifying the text for posting)

try this

{

"*": { "blocked_install_message": "Opps, this may have been a mistake reach out to IT.", "install_sources": ["about:addons", "https://addons.mozilla.org/"], "installation_mode": "allowed", "allowed_types": ["extension", "theme"] }, "KeeperFFStoreExtension@KeeperSecurityInc": { "installation_mode": "normal_installed", "install_url": "https://addons.mozilla.org/firefox/downloads/latest/keeper-password-manager/latest.xpi",

"default_area": "navbar"

} }

more options

I am now getting a error in intune. In about:Polices on firefox it still shows Unable to parse JSON for ExtensionSettings. Intune error code is 0x87d1fde8. I copied the string previously stated and pasted it. I am going to try to delete the policy then recreate just in case.

OMA-URI: ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings String: {

"*": { "blocked_install_message": "Opps, this may have been a mistake reach out to IT.", "install_sources": ["about:addons", "https://addons.mozilla.org/"], "installation_mode": "allowed", "allowed_types": ["extension", "theme"] }, "KeeperFFStoreExtension@KeeperSecurityInc": { "installation_mode": "normal_installed", "install_url": "https://addons.mozilla.org/firefox/downloads/latest/keeper-password-manager/latest.xpi",

"default_area": "navbar"

} }

글쓴이 ParisTheGreat 수정일시

more options

Can you look in the registry itself and see what it has for ExtensionSettings?