#!/bin/sh if [ -e /Applications/Safari.app ] then RESULT=$(plutil -p
"/Applications/Safari.app/Contents/Info.plist" | grep "CFBundleVersion"
|sed 's/.*> //g' | tr -d '"') echo "$RESULT" fi
Extension Attribute is the way to go. Jamf already collects t...
You can't add a user to Filevault without having their password. The
recovery key can be used to unlock the disk and/or disable Filevault,
but it's not tied to an individual user's credentials.