From fd1500747c6ba42bf2fac98de6b20d2fa8968872 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Mon, 10 Jun 2024 14:49:42 -0700 Subject: [PATCH] Update macos MDM migration demo policy (#19632) --- it-and-security/teams/workstations-canary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it-and-security/teams/workstations-canary.yml b/it-and-security/teams/workstations-canary.yml index 55304f6ebf..63b5b07c3d 100644 --- a/it-and-security/teams/workstations-canary.yml +++ b/it-and-security/teams/workstations-canary.yml @@ -121,7 +121,7 @@ policies: platform: darwin calendar_events_enabled: false - name: macOS - MDM migration complete - query: SELECT 1 AS result FROM system_info WHERE local_hostname != 'Titanosauria'; + 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 MDM migration to Fleet. resolution: We will migrate your macOS MDM to Fleet.