MT.1093 - Apple Automated Device Enrollment Tokens should be valid for more than 30 days
Overviewβ
This test checks if the Apple ADE token is valid and not expired. The Apple Automated Device Enrollment (ADE) token is required to synchronize Apple devices with Microsoft Intune. The token has a lifetime of one year and needs to be renewed to allow synchronization.
Remediation actionβ
See the Microsoft learn instructions to Renew enrollment program token.
Direct Link for Intune Portal - Enrollment program tokens.
Test Metadataβ
| Field | Value |
|---|---|
| Test ID | MT.1093 |
| Severity | High |
| Suite | Maester |
| Category | Intune |
| PowerShell test | Test-MtAppleAutomatedDeviceEnrollmentToken |
| Tags | Intune, Maester, MT.1093 |
Sourceβ
- Pester test:
tests/Maester/Intune/Test-MtIntuneConnectorHealth.Tests.ps1 - PowerShell source:
powershell/public/maester/intune/Test-MtAppleAutomatedDeviceEnrollmentToken.ps1