diff --git a/it-and-security/lib/all/policies/mac-enrollment-profile-up-to-date.yml b/it-and-security/lib/all/policies/mac-enrollment-profile-up-to-date.yml index 5eab435072..18ef73c4b5 100644 --- a/it-and-security/lib/all/policies/mac-enrollment-profile-up-to-date.yml +++ b/it-and-security/lib/all/policies/mac-enrollment-profile-up-to-date.yml @@ -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 \ No newline at end of file