mozilla / policy-templates

Policy Templates for Firefox
Mozilla Public License 2.0
1.15k stars 408 forks source link

Intune (MDM); proxy setting #607

Closed PeterKlapwijk closed 4 years ago

PeterKlapwijk commented 4 years ago

Hi,

I try to set the proxy settings to use the system proxy. I set ProxyLocked to true. ConnectionType to system. Because I see via the GPO editor SOCKSversion is needed, I set that to 4. Now I got an event: MDM PolicyManager: admx ingestion given payload policy definition element id not found: Id (HTTPproxy). So I this is probably also a required setting, even if I want Firefox to use the system settings and not specify any further proxy settings in Firefox.

Any thoughts on this?

mkaply commented 4 years ago

I assume you are using Intune? Where are you seeing that error?

PeterKlapwijk commented 4 years ago

Yes I use Intune.

See the error in the event logs of Intune (DeviceManagement....)

mkaply commented 4 years ago

I'm honestly not sure. I've been considering redoing the Proxy GPO so that it's not all on one page in the ADMX. That will probably fix this. I would just set them to blank values. The system value will be picked up.

PeterKlapwijk commented 4 years ago

Yes, leaving everything blank as much as possible seems to work. At least the policy is applied successful. Thanks for the info and the documentation you`re creating!