Replies: 5 comments 4 replies
-
You can see how the ExtensionSettings stuff is done via Intune here: https://mozilla.github.io/policy-templates/#extensionsettings For their Extension specific changes, they should have created their own ADMX/ADML files to use. |
Beta Was this translation helpful? Give feedback.
-
Hi @Tonrab, join us in our community https://community.snowsoftware.com/s/question/0D5Td00000CLwnjKAD/we-are-looking-to-deploy-the-snow-inventory-agent-extension-for-firefox-users, and get noticed when we are updating our documentation and having ADMX/ADML files. Cheers Oli |
Beta Was this translation helpful? Give feedback.
-
@snowliver If y'all need any help with ADMX/ADML, let me know. |
Beta Was this translation helpful? Give feedback.
-
If you do something like this: https://github.com/mozilla/policy-templates/blob/master/windows/firefox.admx#L4228 it does end up as a boolean in policy. |
Beta Was this translation helpful? Give feedback.
-
Oh interesting. I didn't think about that side of things. Yeah, you're right. I think it's because on Chrome they use a schema and map it internally to the right type. |
Beta Was this translation helpful? Give feedback.
-
HI, I need to add the Snow Inventory agent to our estate, however, from reading thier notes, I can't see away to add it to the Intune ADMX template we have. Am I missing something?
https://docs.snowsoftware.com/release-notes/en/index-en.html#snowinventoryagentfirefoxextension1
The first thing it mentions is to set saas.firefox.enabled to enable (under the Install Browser extensions via Managment tool or Policy header)
https://docs.snowsoftware.com/snow-inventory-agents-and-oracle-scanners/en/UUID-788c7a9f-f5e5-1c1f-5562-aefd34798e39.html
https://docs.snowsoftware.com/documentation-resources/snow-inventory/configuration-doc.html
and then amend the policies.json file with the following
{ "policies": { "3rdparty": { "Extensions": { [email protected]: { "consentgiven": true } } }, "ExtensionSettings": { [email protected] : { "install_url" : file://C:\\Program Files\\Snow Software\\Inventory\\Agent\\FFCloudmetering.xpi, "installation_mode" : "force_installed" } } } }
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions