jamescapen
02/29/2024, 6:08 PMAutomatic installation of operating system updates is enabled (macOS)
. How would I go about troubleshooting?Kathy Satterlee
03/01/2024, 2:23 AMSELECT 1 FROM managed_policies WHERE domain='com.apple.SoftwareUpdate' AND name='AutomaticCheckEnabled' AND value=1 LIMIT 1;
If you aren’t using MDM/aren’t using a profile to enforce that setting, you’ll need to tweak the query a bit to actually check the current setting instead.