Skip to content

Instantly share code, notes, and snippets.

@paulstakem
Created April 22, 2020 08:12
Show Gist options
  • Save paulstakem/1f23933e1a7776836fb44607e95c6c33 to your computer and use it in GitHub Desktop.
Save paulstakem/1f23933e1a7776836fb44607e95c6c33 to your computer and use it in GitHub Desktop.
https://support.google.com/chrome/a/answer/9301891?hl=en&ref_topic=9301744
### Enrollment
mkdir -p /Library/Google/Chrome/
Download Enrollment Token
stat /Library/Google/Chrome/CloudManagementEnrollmentToken
Jamf: https://support.google.com/chrome/a/answer/9771882
### Unenrollment
find /Library/Google/Chrome/CloudManagementEnrollmentToken -type f -delete
find ~/Library/Application\ Support/Google/Chrome\ Cloud\ Enrollment/ -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment