防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解
Open

Intune OMA-URI Preferences Error

inter-milano

I am trying to configure our Firefox configuration via Intune and need to use the OMA-URI: ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Preferences with the following JSON:

<enabled/> <data id="JSON" value=' {

 "dom.disable_window_flip": {
       "Value": true,
       "Status": "locked"
     },
   "dom.disable_window_move_resize": {
       "Value": true,
       "Status": "locked"
     },
"network.http.http3.enable": {
       "Value": false,
       "Status": "locked"
 }

}'/>

I do not have any of the Deprecated preference settings in use.

The error presented is -2016281112 and checking the respective settings in about:config on a synchronised device shows that the settings have not applied.

Any help would be appreciated.

Thanks!

I am trying to configure our Firefox configuration via Intune and need to use the OMA-URI: ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Preferences with the following JSON: <enabled/> <data id="JSON" value=' { "dom.disable_window_flip": { "Value": true, "Status": "locked" }, "dom.disable_window_move_resize": { "Value": true, "Status": "locked" }, "network.http.http3.enable": { "Value": false, "Status": "locked" } }'/> I do not have any of the Deprecated preference settings in use. The error presented is -2016281112 and checking the respective settings in about:config on a synchronised device shows that the settings have not applied. Any help would be appreciated. Thanks!

您需要登录才能回复。如果您还没账号,可以提出新问题