#!/bin/sh
#
############################################################################
#
# Extension Attribute checks to display Adobe Flash Player Version with Release number.
#
#
############################################################################
FlashVersion=`/bin/cat /Library/Internet Plug-Ins/Flash Player.plugin/Contents/Info.plist | grep -m 1 10. | /usr/bin/awk '{ print $4 $5 }'`
echo "<result> $FlashVersion </result>"
exit 0
Question
Extension Attribute to display Adobe Flash Player version with release number
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.