Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

List of network address, MEID, serial etc for bulk iPad purchase?

Just about to order 39 iPads from Apple as an EDU. How can I get a list of serial numbers, network addresses and data card numbers? After purchase of course. Without firing up each one and reading the numbers? Can I look them up online, or can Apple supply a list?


Thanks,


John

iPad

Posted on May 9, 2012 6:01 PM

Reply
2 replies

May 14, 2012 10:50 AM in response to FallingThruDarkness

We just went through 450+ after our admin roll out and student roll out. Apple gave us nothing and their documentation on collecting the information was crap!


This should help you.


http://hints.macworld.com/article.php?story=20110329015425759


With this guys changes so it's not iPad2 centric...


grep -r -h -A 5 deviceSerialNumber ~/Library/MobileDevice/Devices | sed -n '/^$/!{s/<[^>]*>//g;p;}' | tr -d '\011' | sed 's/://g' | grep -v -e deviceSerialNumber -e deviceType -e deviceWiFiMACAddress -e -- | awk '{printf("%s%s", $0, (NR%3 ? "\t" : "\n"))}' | pbcopy


I was able to bulk collect the information for all iPads I plugged into the computer with iPhone Configuration Utility running and export it to CSV for inventory/network access guy.

List of network address, MEID, serial etc for bulk iPad purchase?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.