mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Update macos MDM migration demo policy (#19632)
This commit is contained in:
parent
3f9c685bfc
commit
fd1500747c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue