Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

See iPhone iOS version from Exchange 1

Status
Not open for further replies.

johncan20

IS-IT--Management
Joined
Sep 1, 2004
Messages
132
Location
GB
Hi,

Does anyone know if its possible to see what version of iOS firmware an iphone connected to Exchange 2007 is using? Is there a native way to do this in Exchange? Is there a 3rd party software that will do this and perhaps only allow versions above a certain level to connect to Exchange via activesync.

Thanks

John
 
Yes, very easy.

get-activesyncdevicestatistics -mailbox johncan20 | select DeviceUserAgent

It gives you things like
Apple-iPhone2C1/808.7

The bit before the slash identifies the device; the bit after identifies the iOS version.

You'll need to convert these codes to the friendly names. The list I use (maybe a bit out of date - google will help here) is

device:
iPhone3C3 = 4 (Verizon)
iPhone3C1 = 4
iPhone2C1 = 3Gs
iPhone1C2 = 3G
iPad2C3 = iPad 2 (Verizon)
iPad2C2 = iPad 2 (Other 3G)
iPad2C1 = iPad 2 (WiFi only)
iPad1C1 = iPad
iPod2C1 = iPod Touch 2
iPod3C1 = iPod Touch 3

iOS:
807.4 = 4.3.1
806.191 = 4.3 (iPad 2)
806.190 = 4.3
805.200 = 4.2.6 (Verizon)
805.128 = 4.2.5 (Verizon)
803.148 = 4.2.1
802.117 = 4.1
801.400 = 4.0.2
801.306 = 4.0.1
801.293 = 4.0
705.18 = 3.1.3
704.11 = 3.1.2
703.144 = 3.1
701.400 = 3.0.1
701.341 = 3.0
508.11 = 2.2.1
 
Hmmm... I have an iPad (1) that shows up as Apple-iPad/702.367. According to iTunes, the software version is 4.3.3.

Also, just to add to the info above, a Samsung Focus running WP7 with the NoDo update shows as MSFT-WP/7.0.7390

Stop by the new Tek-Tips group at LinkedIn. Come say hi, look for a job, have some fun.
Pat Richard MVP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top