Checks that a mobile device management (MDM) solution configures the Mac to prevent the use of a guest account.
Use the policy below to verify
SELECT 1 FROM managed_policies WHERE domain='com.apple.loginwindow' AND name='DisableGuestAccount' AND value='1' LIMIT 1;