Posted on 08-17-2021 05:42 AM
Hello,
We have 10k ipads to wipe. Is there a way to wipe more than 100 per batch? I am using the GUI from a static group (View, Action, Send Remote Commands, Wipe....) but it only seems to work when I try to wipe 100 or less.
Thanks!
Solved! Go to Solution.
Posted on 08-17-2021 02:40 PM
Just an FYI
I had the same issue and ended up using the API to achieve what I needed. It seems like more and more of these issues are popping up these days.
This is a known product issue.
Product Issue, PI-009493
08-17-2021 08:17 AM - edited 08-17-2021 08:18 AM
How is your bash scripting and Jamf API command skills? I think creating a csv file with all the device ID numbers (that can be exported from Jamf), create a bash script to read the csv file, a while loop to read each device ID in that csv file, and curl to your Jamf to make API call with the EraseDevice command. To see the list of Jamf API command go to your jamf instance https://yourjamfURL/api then select Classic API. Search for Mobile Device Commands. Look in POST
If your scripting skills are not up to par then stick to what you are doing.
Posted on 08-17-2021 02:40 PM
Just an FYI
I had the same issue and ended up using the API to achieve what I needed. It seems like more and more of these issues are popping up these days.
This is a known product issue.
Product Issue, PI-009493
Posted on 08-20-2021 08:31 AM
Thanks guys! A script solved the problem!