Skip to main content
Solved

Smart group for Latest Version of Application

  • October 31, 2022
  • 7 replies
  • 70 views

Forum|alt.badge.img+4

Hello All,

Can we create a Advance Search or a smart group to list of Not or Either latest version of an application.
Tried this combination but result null.
Application Title    has      Microsoft Outlook.app
and
Application Version    is not    Latest Version

Not sure where I'm doing wrong.

 

Best answer by jtrant

You'll need to add Microsoft Outlook as a Patch Management title, and use that in your smart group. "Application Version" expects a version number or regex.

7 replies

Forum|alt.badge.img+14
  • Honored Contributor
  • Answer
  • October 31, 2022

You'll need to add Microsoft Outlook as a Patch Management title, and use that in your smart group. "Application Version" expects a version number or regex.


Forum|alt.badge.img+15
  • Esteemed Contributor
  • October 31, 2022

I prefer regex for this.

 

Use the following script to help generate the regex:

https://gist.github.com/talkingmoose/2cf20236e665fcd7ec41311d50c89c0e

 

Then create a smart group like so:


Forum|alt.badge.img+14
  • Honored Contributor
  • October 31, 2022

@cbrewer- Sure, but what happens when Outlook gets updated? Using a Patch Management title will avoid having to change anything later down the line.

Regex is awesome, but really only when you have a target version in mind.


Forum|alt.badge.img+4
  • Author
  • Contributor
  • October 31, 2022

I prefer regex for this.

 

Use the following script to help generate the regex:

https://gist.github.com/talkingmoose/2cf20236e665fcd7ec41311d50c89c0e

 

Then create a smart group like so:


Thank you, I will go through this too.


Forum|alt.badge.img+8
  • Valued Contributor
  • October 31, 2022

If understated correctly, you should be able to let patch reporting work for you:

PatchReporting Outlook   less than  Latest Version is what we use, seems to work for our needs


Forum|alt.badge.img+14
  • Honored Contributor
  • October 31, 2022

If understated correctly, you should be able to let patch reporting work for you:

PatchReporting Outlook   less than  Latest Version is what we use, seems to work for our needs


This is what I described above and in my screenshot, and works perfectly here too.


Forum|alt.badge.img+1
  • New Contributor
  • November 17, 2023

I prefer regex for this.

 

Use the following script to help generate the regex:

https://gist.github.com/talkingmoose/2cf20236e665fcd7ec41311d50c89c0e

 

Then create a smart group like so:


I've never seen this done. I might try this in a test enviroment for my new prestage I'm creating with JAMF Connect 2.27.0 being installed at enrollment. Then apply the smart group to push 2.29.0. This regex looks promising.