Intune Auto-Update Google Chrome
In this post, I’ll walk you through the process of setting up automatic updates for Google Chrome using Intune. As an Intune administrator, it’s crucial to ensure that all enrolled devices remain secure. Managing Chrome updates effectively is essential to maintain security, stability, and optimal performance.
This will be a series on enabling automatic updates for various web browsers.
Prerequisite:
- Windows ADMX template W10 22h2 - W11 22h2
- Google Chrome ADM-/ADMX-templates & Google Updater ADMX-template
Steps
We need to import both Google/Chrome and Windows ADMX files into Intune. That’s because Chrome still requires the Windows ADMX template.
Windows ADMX templates
- Download the Windows ADMX template for the right operating system version
- Run the .msi package to extract the templates
- The packages will be extracted to:
C:\Program Files (x86)\Microsoft Group Policy\
Google Chrome ADMX templates
- Download both “Chrome ADM/ADMX templates” and “Google updater ADMX template update”
- Extract both zip files to a easy findable place
Importing ADMX into intune
- Go to the Intune dashboard
- Go to “Devices”
- Go to “Configuration”
- On the “Configuration” page you will find “Import ADMX” at the top of the page, click on this button
-
Click on “Import”
Info Notice: We first need to import the Windows ADMX before importing the Google.admx template.
Windows ADMX Import:
- Click on “select an .admx file” and find the windows.admx inside the following folder:
\PolicyDefinitions
of the extracted .msi Windows admx template file -
Click on “Select an .adml file” and select the language folder you want (In my case en-US) and find Windows.adml in this folder
It should look like this:
Google ADMX Import:
- Click on Import once again
- Click on “select an .admx file” and find the google.admx inside the following folder:
policy_templates\windows\admx
of the extracted Google ADMX .zip file -
Click on “Select an .adml file” and select the language folder you want (In my case en-US) and find google.adml in this folder
It should look like this:
Chrome ADMX Import:
- Click on Import once again
- Click on “select an .admx file” and find the chrome.admx inside the following folder:
policy_templates\windows\admx
of the extracted Google ADMX .zip file -
Click on “Select an .adml file” and select the language folder you want (In my case en-US) and find chrome.adml in this folder
It should look like this:
Google Updater ADMX Import:
- Click on Import once again
- Click on “select an .admx file” and find the GoogleUpdate.admx inside the following folder:
googleupdateadmx\GoogleUpdateAdmx
of the extracted Google Updater ADMX .zip file -
Click on “Select an .adml file” and select the language folder you want (In my case en-US) and find GoogleUpdate.adml in this folder
It should look like this:
Device configuration:
- Go to Configuration profiles and create a new policy
- By platform choose “Windows 10 and later” and profile type “Templates” followed by template name: “Imported Administrative templates (Preview)”
- Pick a name for the policy
- on the Configuration Settings tab, search for:
- “Auto-update check period override” and set this to enabled and 120 minutes
- “Enable component updates in Google Chrome” and set this to enabled,
- “Update policy override default” and set this to enabled and “Always allow updates (recommended)”
- Choose a scope tag if you use them
- Assign the policy to users and create the policy.
You have now set the policy inside Intune to auto update Chrome.
How do I know if the policy has hit the device?
You can type in chrome://policy
in the URL bar inside Chrome to check whether the policy has hit the device.