Report for app version less than X?

vladmech
New Contributor

Hey hey!

Is there any way to get a report spit out that shows, for example, all iPads with Room Controller on them that are less than version X? I've found that our Zoom Room controllers get cranky about updating when we have them locked in guided access mode, so I'd like to be able to check now and again to make sure they're all on at least version X for specific security/features that dropped with it. In this case I want to make sure they're all on 5.13.X for Teams compatibility.

It doesn't seem like Smart Groups has a 'less than' functionality, and I've seen mention of using Patch Reporting but that only seems to work on the macOS side of things. I'd even be happy if I could just have it spit out a .csv file with device name and version number on it as I can quickly sort that.

Thank you for any info or tips!

1 ACCEPTED SOLUTION

grahamrpugh
Release Candidate Programs Tester

This script is your friend for generating the regex you need: https://gist.github.com/talkingmoose/2cf20236e665fcd7ec41311d50c89c0e

View solution in original post

4 REPLIES 4

Phantom5
Contributor II

You can use a regex to identify X or less

grahamrpugh
Release Candidate Programs Tester

This script is your friend for generating the regex you need: https://gist.github.com/talkingmoose/2cf20236e665fcd7ec41311d50c89c0e

That's a very good start. The script matches the version number and up so you might want to use the operator "Does Not Match Regex" in your searches.

I'll give this a go, thank you very much!