We are unable to find a key in the MDM's Device information query response that tells us whether a mac uses T1 or T2 security chip.
Is there a way to deduce this with the device information response we are already receiving?
Thank you.
We are unable to find a key in the MDM's Device information query response that tells us whether a mac uses T1 or T2 security chip.
Is there a way to deduce this with the device information response we are already receiving?
Thank you.
It's not possible to figure out a T1 machine through MDM commands but you could figure out a T2 by checking IsActivationLockSupported and IsAppleSilicon. If activation lock is supported and it is not Apple silicon you could assume it's a T2. If this is a regular requirement for something in your server please do file a feedback so we can learn more about the use case and take this into account for future product design decisions.