This shell script (kext-ca.sh) generates an array of 3rd-party loaded Kernel Extensions and writes each kernel extension ID as a Custom Attribute in the local macOS CustomAttributes plist. This information is posted by the agent back to the AirWatch console. Admins can then view the list of custom attributes at Devices > Staging & Provisioning > Custom Attributes > List View. Additionally, admins can filter for the kernel extensions ("com.") and export the list for use in populating the Kernel Extensions payload.
None