diff --git a/it-and-security/teams/workstations-canary.yml b/it-and-security/teams/workstations-canary.yml index 63b5b07c3d..1952243318 100644 --- a/it-and-security/teams/workstations-canary.yml +++ b/it-and-security/teams/workstations-canary.yml @@ -121,11 +121,18 @@ policies: platform: darwin calendar_events_enabled: false - name: macOS - MDM migration complete - query: SELECT 1 AS result FROM system_info WHERE computer_name NOT IN ('Titanosauria', 'Drew’s MacBook Pro','fleetwoodmike'); + query: SELECT 1 AS result FROM system_info WHERE computer_name NOT IN ('Titanosauria2', 'Drew’s MacBook Pro2','fleetwoodmike2'); critical: false description: Determines if the device has completed MDM migration to Fleet. resolution: We will migrate your macOS MDM to Fleet. platform: darwin + calendar_events_enabled: false + - name: macOS - System maintenance complete + query: SELECT 1 AS result FROM system_info WHERE computer_name NOT IN ('Titanosauria', 'Drew’s MacBook Pro','fleetwoodmike'); + critical: false + description: Determines if the device has completed system maintenance. + resolution: We will perform system maintenance on your device. + platform: darwin calendar_events_enabled: true queries: - path: ../lib/collect-failed-login-attempts.queries.yml