Update macos MDM migration demo policy (#19632)

This commit is contained in:
Luke Heath 2024-06-10 14:49:42 -07:00 committed by GitHub
parent 3f9c685bfc
commit fd1500747c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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', 'Drews 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.