From c716c5d21a96cd36a59dbe2434e03ff29c18a5a3 Mon Sep 17 00:00:00 2001 From: Drew Baker <89049099+Drew-P-drawers@users.noreply.github.com> Date: Tue, 11 Jun 2024 18:04:13 -0400 Subject: [PATCH] Add system maintenance policy to workstations canary (#19664) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adding system maintenance policy to Workstations canary 🐣 team for demo purposes. --------- Co-authored-by: Luke Heath --- it-and-security/teams/workstations-canary.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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