Hi-
We use WinMagic SecureDoc for full disk encryption and even though I've requested the developer to properly version number the application (still showing "version 1.0" after 4 major versions!) I decided enough with the chicanery and to make an extension attribute to grab the version number. Plop this script into an Extension Attribute:
#!/bin/sh
SDversion=less /Library/Receipts/InstallHistory.plist | grep Secure | cut -d " " -f4 | cut -d "<" -f 1
echo "<result>$SDversion</result>"
Jamf Support – Care to include in the templates since you've already got some SecureDoc stuff there?
j
--
Jared F. Nichols
Desktop Engineer, Client Services
Information Services Department
MIT Lincoln Laboratory
244 Wood Street
Lexington, Massachusetts 02420
781.981.5436