Wipe more than 100 iPads at a time?

JanniH
New Contributor II

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!

1 ACCEPTED SOLUTION

seth_martinsen
New Contributor II

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

View solution in original post

3 REPLIES 3

junjishimazaki
Valued Contributor

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. 

seth_martinsen
New Contributor II

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

JanniH
New Contributor II

Thanks guys!  A script solved the problem!