Pull the office 2013 report , Ver 14.X from Jamf

SGN
New Contributor III

Hi,

Can anyone suggest to pull the 2013 office report Ver 14.Xfrom Jamf by using regrex.

4 REPLIES 4

stevewood
Honored Contributor II
Honored Contributor II

@SGN

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.

talkingmoose
Moderator
Moderator

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.

SGN
New Contributor III

@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 .

talkingmoose
Moderator
Moderator

@SGN, I've responded to your other post here.