mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-13 05:45:41 +08:00
footer logo is now a clickable link which returns to homepage (#11)
This commit is contained in:
committed by
Victor Vrantchan
parent
eced3659cf
commit
b8f8b8eb80
@@ -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
|
||||
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
<footer class="primary-footer">
|
||||
<div class="primary-footer__container">
|
||||
<div class="primary-footer__logo">
|
||||
<a href="/">
|
||||
<img class="primary-footer__logo-image" src="/images/logo-inverted.svg" />
|
||||
<span class="primary-footer__logo-text">MicroMDM</span>
|
||||
</a>
|
||||
</div>
|
||||
<nav class="primary-footer__navigation">
|
||||
<ul class="primary-footer__navigation-items">
|
||||
|
||||
Reference in New Issue
Block a user