Posted on 09-08-2022 07:59 AM
If anyone needs it for scoping this regex will include all computers _not_ supported by macOS Ventura. So when new models are released you won't have to update the regex.
^(iMac[1-9],\d|iMac1[0-7],\d|Macmini[1-7],\d|MacPro[1-6],\d|MacBook[1-9],\d|MacBookAir[1-7],\d|MacBookPro[1-9],\d|MacBookPro(10|11|12|13),[0-5])
Posted on 09-12-2022 10:45 AM
You can also use this Extension Attribute to cover that and most of the other versions of macOS.
Posted on 06-19-2023 06:56 AM
Updated for macOS Sonoma:
^(iMac[1-9],\d|iMac1[0-8],\d|Macmini[1-7],\d|MacPro[1-6],\d|MacBook\d*,\d|MacBookAir[1-7],\d|MacBookPro[1-9],\d|MacBookPro(10|11|12|13|14),[0-5])