From b8f8b8eb80a3bdf18ac02068e4dcd3acadf5c7c6 Mon Sep 17 00:00:00 2001 From: Brandon Kurtz Date: Tue, 6 Feb 2018 22:13:13 -0500 Subject: [PATCH] footer logo is now a clickable link which returns to homepage (#11) --- content/blog/troubleshoot-dep.md | 2 +- themes/micromdm/layouts/partials/footer.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/blog/troubleshoot-dep.md b/content/blog/troubleshoot-dep.md index a3bb3860..ad0df9fc 100644 --- a/content/blog/troubleshoot-dep.md +++ b/content/blog/troubleshoot-dep.md @@ -7,7 +7,7 @@ tags = ["mdm", "dep"] +++ -The [Device Enrollment Program](https://www.apple.com/business/dep/)(DEP) allows enterprises to configure their Macs to auto-enroll into a Mobile Device Management(MDM) server of their choice. DEP makes it possible to ensure that a new Mac [becomes managed during the unboxing process](https://blog.kolide.com/macos-on-boarding-at-kolide-fab71345986e), reducing the need for Netboot and complex imaging workflows. Of course, as any workflow that depends on the the network, this enrollment process can fail, and it's important for an administrator to know how to troubleshoot it. This article has a few concrete steps that will help a macadmin using any MDM to debug why their enrollment process isn't working. +The [Device Enrollment Program](https://www.apple.com/business/dep/)(DEP) allows enterprises to configure their Macs to auto-enroll into a Mobile Device Management(MDM) server of their choice. DEP makes it possible to ensure that a new Mac [becomes managed during the unboxing process](https://blog.kolide.com/macos-on-boarding-at-kolide-fab71345986e), reducing the need for Netboot and complex imaging workflows. Of course, as any workflow that depends on the network, this enrollment process can fail, and it's important for an administrator to know how to troubleshoot it. This article has a few concrete steps that will help a macadmin using any MDM to debug why their enrollment process isn't working. # DEP, in brief diff --git a/themes/micromdm/layouts/partials/footer.html b/themes/micromdm/layouts/partials/footer.html index 2ad75a58..a89f3a6a 100644 --- a/themes/micromdm/layouts/partials/footer.html +++ b/themes/micromdm/layouts/partials/footer.html @@ -1,8 +1,10 @@