Posted on 06-15-2020 05:37 AM
Hi,
Can anyone suggest to pull the 2013 office report Ver 14.Xfrom Jamf by using regrex.
Posted on 06-15-2020 06:13 AM
You can use "like" as a criteria in a Smart Group. If you need regex, you can use a very simple one: ^14.
Test that regex. It may be too simple.
Posted on 06-15-2020 06:52 AM
Assuming you mean Office 2011? (There was no 2013.)
Need to slightly tweak the regex. ^14..*
should do it, I believe.
That starts at the beginning of the line and matches anything "14." followed by 0 or more characters after that. Should match anything like "14.0", "14.2.5", etc.
Posted on 06-23-2020 03:08 AM
@talkingmoose : Thank you for sharing the details.
With respect to your post on Posted: 2/16/2019 at 1:56 PM CST by talkingmoose for below article,
https://www.jamf.com/jamf-nation/discussions/18572/get-office-2016-ext-attribute
I just followed the above article for creating smart group /regex pattern, is only showing the list of assets ... How do we get the version of office towards to the asset .
Posted on 06-24-2020 08:00 PM