Linton-ChromeBooks
Jump to CustomersLinton > Linton > ChromeBooks
ChromeBooks
In lvc.org, there is a top level OU named Devices. Inside the Devices OU there is user enrollment@lvc.org. All users in this OU can enroll devices. To see why:
Go to Devices > Chrome > Settings and click on Devices OU. On the User & Browser Settings tab, scroll to the Enrollment controls section. You will see that Enrollment permissions is set to Allow users in this organization to enroll new or re-enroll existing devices
Ctrl-Alt-Shift-R at login screen to Powerwash (i.e. factory reset)
Enrollment
- Power on
- Click Let's go
- Join wifi network for enrollment
- You may see certificate errors briefly if device clock wrong, time should set automatically and they should go away
- Accept T&Cs
- Press Ctrl-Alt-E or go to More Options > Enterprise Enrolment
- On Enterprise Enrolment screen enter
enrollment@lvc.org, hit return (no need to press Ctrl-Alt-E as they are set to auto-enroll) - Enter password for enrollment and wait
- On Enterprise enrolment complete click Done
- After enrollment, device will appear at top level of lvc.org when you look at Devices > Chrome > Devices. Select and use the Move icon (top right) to move to lvc.org > Devices > Home use. This will apply the policies
- Click on the serial number of the device and add its asset tag number
Use code like the following to auto-configure Citrix Workspace in the JSON string settings
{
"settings": {
"Value": {
"settings_version": "1.0",
"engine_settings": {
"ui": {
"toolbar": {
"menubar": true
}
}
},
"store_settings": {
"rf_web": {
"url": "https://access.lvc.org"
}
}
}
}
}


