I built a custom EA to look for Mountain Lion computers that need firmware updates based on a script I found in an old post by Miles Leacy (Thank you Miles!). It looks like this
#!/bin/sh
fwupdcount=softwareupdate -l | grep -c -e Firmware -e EFI -e SMC
However it's only returning Firmware updates found on 10.8 computers that need the Thunderbolt Firmware Update. But I know by other reports I have computers that need the iMac EFI Firmware Update and the SMC update.
Any ideas or better ways to do this?
Thanks,
Chuck
