Checks that a mobile device management (MDM) solution configures the Mac to prevent iCloud Desktop and Documents sync.
Use the policy below to verify
SELECT 1 FROM managed_policies WHERE domain='com.apple.icloud.managed' AND name='DisableCloudSync' AND value='1' LIMIT 1;