The Managed Browser feature in the Google Admin console allows you to apply Chrome policies to the Chrome browser on a variety of platforms - Windows, MacOS and Linux. The application of these policies is done via OU and apply without the user having to turn on "Sync".
I'll go through the specific steps to enrol browsers using Google Advanced Desktop Security as the Group Policy method is well documented elsewhere.
Deploy the Chrome ADMX template file
Down load the Chrome management files from here.
Unzip the package and open up the chrome.admx file with notepad.
Create a new custom OMA-URI Policy in the admin console and apply the following settings:
OMA-URI
./Device/Vendor/MSFT/Policy/ConfigOperations/ADMXInstall/Chrome/Policy/ChromeAdmx
Type = String
Value = copy the entire content of the chrome.admx file into the value field.
Apply to the root of your domain.
Set a policy to enrol a browser into a specific OU
Create a new custom OMA-URI Policy in the admin console and apply the following settings:
OMA-URI
./Device/Vendor/MSFT/Policy/Config/Chrome~Policy~googlechrome/CloudManagementEnrollmentToken
Type = String
Value = <enabled/> <data id="CloudManagementEnrollmentToken" value="yourtoken"/>
Apply to the OU you want the browser enrolled to after replacing yourtoken with your own token - see below.
The enrolment token can be generated for any OU by going into Managed Browsers in the admin console and navigating to the OU you want and clicking on the yellow + button. This will generate a token for that specific OU that you use in in place of "yourtoken" in the policy above.
Comments
Post a Comment