Hello All,
I recently added a M1 MacBook Pro to my JSS test environment. When I deploy the following battery cycle count extension to the M1 MBP, I get the following information back in the JSS.
!/bin/sh
echo "<result>$(ioreg -r -c "AppleSmartBattery" | grep -w "CycleCount" | awk '{print $3}' | sed s/"//g)</result>"

Is there another command I should be using specifically for the M1 MBP chip set? ¯_(ツ)_/¯
