I just came across this thread and figured I should share my changes to
the Extension Attribute. Thanks @rlowry #!/bin/bash #Script created by
Robert Lowry (rlowry @
https://www.jamf.com/jamf-nation/users/69086/rlowry) #Script modified by
Josh Kloste...
@demery Create an extension attribute with the name "Adobe [PRODUCT]
Last Accessed" and then have it populated by a script that runs the mdls
command referenced above. IE. #!/bin/sh mdls "/Applications/Adobe
[PRODUCT]/Contents/MacOS/[binaryname]" -na...