Hey all,
So the old Extension Attribute "EFI Password Mode" seems not to function in 10.12 and I was looking to see if anyone had created an update for it before I started to reinvent the wheel.
Old one pasted below:
#!/bin/sh
result=`nvram -p | grep security-mode | awk '{print $2}'`
if [ "$result" != "" ]; then
echo "<result>$result</result>"
else
echo "<result>none</result>"
fi
Gabe Shackney
Princeton Public Schools