Google Chrome

Inspired by:

Sources:
https://support.google.com/chrome/a/answer/9102677?hl=en

Download Chrome Enterprise MSI
https://cloud.google.com/chrome-enterprise/browser/download/#download

Upload GoogleChromeStandaloneEnterprise64.msi

Microsoft Intune > Client apps > Apps
Line-of-business app
Add the package file GoogleChromeStandaloneEnterprise64.msi in intune.
Ignore app version: Yes
Category: Productivity
Display this as a feautured app in the Company Portal: Yes
Command-line arguments: /quiet
Upload the Chrome Logo
Wait for upload completed
Add a group in Assignments

Policy Google Chrome

First copy the content from the chrome.admx that you can find in the .zip package.

Chrome configuration

Microsoft Intune > Device configuration > Profiles
Create profile
Name: Win 10 | Chrome configuration
Platform: Windows 10 and later
Profile type: Custom
Settings > Add
Name: Chrome ADMX Ingestion
OMA-URI: ./Device/Vendor/MSFT/Policy/ConfigOperations/ADMXInstall/Chrome/Policy/ChromeAdmx
Data type: String
Paste the content from the chrome.admx file
Add a group in Assignments

Chrome Win 10 Extention

Microsoft Intune > Device configuration > Profiles
Create profile
Name: Win 10 | Chrome Win 10 Extention
Platform: Windows 10 and later
Profile type: Custom
Settings > Add
Name: Chrome – ADMX – ExtensionInstallForcelist
OMA-URI: ./Device/Vendor/MSFT/Policy/Config/Chrome~Policy~googlechrome~Extensions/ExtensionInstallForcelist
Data type: String

Add a group in Assignments

Create a folder named GoogleSettings
In GoogleSettings create two folders:
Installer
Source

Example

Download PSAppDeployToolkit and extract

Copy Toolkit files to Source

Create a install.ps1 file and save in source\files folder

Change on line $url = "https://www.google.nl" as wished

Edit in the GoogleSettings\Source the Deploy-Application.ps1 file

Line: 64 to 76
Add # on line 120
Add # on line 123
Add # on line 160
Add # on line 163
Add below line 140 the script.

Making GoogleSettings.exe

Download Inno Setup and install the software

Create in Notepad++ a file GoogleSettings.iss and save to Installer folder
Copy and paste the below code and generate a App id on line 8

Run the script (F9)

Making GoogleSettings.intunewin

Create a install.cmd file and save in GoogleSettings\Installer folder

Download IntuneWinAppUtil.exe

Open cmd with admin rights and go to IntuneWinAppUtil.exe

Upload GoogleSettings.intunewin

https://portal.azure.com/#blade/Microsoft_Intune_Apps/MainMenu/1/selectedMenuItem/Overview

Microsoft Intune > Client apps > Apps
App type: Windows app (Win32)
Name: Google Settings
Description: Google Settings
Pubisher: Knowledgebase
Category: Computer management
Display this as a featured app in the Company Portal: Yes or No
Upload a logo
Wait for complete upload
Install command: Install.cmd
Unistall command: msiexec /x "{AppId}" /q
Install behavior: System
Operating system architecture: 64-bit
Minimum operating system: Windows 10 1607
Detection rules>
Rule type: File
Path: C:\Program Files (x86)\
File or folder: GoogleSettings
Detection method: File or folder exists
Associated with a 32-bit app on 64-bit clients: Yes

Assign a group in Assignments