Posted on 06-26-2024 08:18 AM
I'm trying to create a smart group to remove applications. Normally I just do application title 'has' Application.app.
However, I'm finding users have renamed 'Application.app' to other values, like 'Application (1234).app or 'Application (112233) (445566).app' and so on, probably to maintain specific build numbers of the app.
Is there any smart group criteria that I could use to catch all those modified names? I tried the `Application %.app` wildcard in the name, but that returned 0 results.
Posted on 06-27-2024 03:59 AM
This should be possible with regex instructions. Documentation from Jamf can be found here:
https://learn.jamf.com/en-US/bundle/technical-articles/page/Using_Regex_with_Smart_Groups_and_Advanc...
Posted on 06-27-2024 12:57 PM
thank you, I hadn't thought about that, but when I went to try it, there's no regex option for application titles.