Hi Guys, I modified the script and got this to work for me. If anybody
is interested see below: !/bin/sh Pass the credentials for an admin
account that is authorized with FileVault 2 adminName=$1adminPass=$2 if
[ "${adminName}" == "" ]; thenecho "Use...