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