Checks that a mobile device management (MDM) solution configures the Mac to automatically install operating system updates.
Use the policy below to verify
SELECT 1 FROM managed_policies WHERE domain='com.apple.SoftwareUpdate' AND name='AutomaticallyInstallMacOSUpdates' AND value=1 LIMIT 1;