mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Update mac-enrollment-profile-up-to-date.yml (#26024)
Fixed formatting issues with how this was displaying to end users.
This commit is contained in:
parent
3b9b21c5d8
commit
a6f8ee710e
1 changed files with 5 additions and 4 deletions
|
|
@ -2,11 +2,12 @@
|
|||
query: SELECT 1 FROM mdm where topic = "com.apple.mgmt.External.ccfc8d43-e9f1-49ec-8ca4-10072077deec";
|
||||
critical: true
|
||||
description: This policy checks to see if you have the most recent enrollment profile installed. Not having this profile means this device is no longer communicating with Fleet via MDM.
|
||||
resolution: "You must manually remove your enrollment profile to fix this issue. This can be done in one of two ways:
|
||||
resolution: >-
|
||||
You must manually remove your enrollment profile to fix this issue. This can be done in one of two ways:
|
||||
|
||||
1.) > System Settings > Profiles > Fleet enrollment > -
|
||||
2.) Find your host in dogfood > Actions > Turn off mdm
|
||||
1.) > System Settings > Profiles > Fleet enrollment > -
|
||||
2.) Find your host in dogfood > Actions > Turn off mdm
|
||||
|
||||
If you encounter any issues with these options, please reach out via #help-dogfooding."
|
||||
If you encounter any issues with these options, please reach out via #help-dogfooding.
|
||||
platform: darwin
|
||||
|
||||
Loading…
Reference in a new issue