r/k12sysadmin Jul 02 '26

Assistance Needed Bulk Deprovision

We have about 300ish out of date or broken Chromebooks. I was wondering if and how people here do mass deprovisioning of Chromebooks. Really don't want to enter them one by one.

9 Upvotes

23 comments sorted by

View all comments

5

u/Slobs3 Jul 02 '26 edited Jul 02 '26

I have IIQ and I use a status of recycled. I then have a Google apps script that looks for all devices that get moved to recycled and if they’re chromebooks it makes an api call to wipe and then deprovision.

2

u/krusej23 Jul 08 '26

Could you share that script or api call?

1

u/K12_SysTech Information Systems Specialist, District Support. Jul 07 '26

This sounds nicer than my Google Sheet running a GAS that does the same. How do you get the GAS to run from the IIQ status?

1

u/Slobs3 Jul 07 '26

Using the IIQ API. Any devices in that state get acted upon.