I'm working to implement this and created an Extension Attribute with
Data Type String and Input Type Script The full Script is !/bin/sh
SSD=diskutil info / | awk '/Solid State/{print $NF}'if [ $SSD == "Yes"
];then echo "Yes"else echo "No"fiexit
0 I ...