This David Papkin page has course info on Microsoft MD-102 Endpoint Administrator
MD-102T00-Microsoft-365-Endpoint-Administrator
Deployment
Feature / Aspect | Microsoft Deployment Workbench (MDT) | Windows Autopilot |
---|---|---|
Deployment Type | Traditional, image-based | Modern, cloud-based |
Target Environment | On-premises (LAN) | Cloud-native or hybrid |
Infrastructure Required | Requires servers (WDS, MDT, file shares, possibly AD) | Requires Azure AD + Intune (Microsoft Endpoint Manager) |
Use Case | Custom imaging, task sequences, heavy customization | Provisioning new devices with minimal IT interaction |
Network Dependency | Local network-dependent | Internet-capable (anywhere deployment) |
User Interaction | Typically technician-driven (manual PXE boot or USB) | User-driven, guided out-of-box experience (OOBE) |
Integration | Works with SCCM/ConfigMgr | Deep integration with Azure AD, Intune, and Microsoft Store |
Customization Level | High: scripting, app packages, GPOs, driver injection, etc. | Moderate: profiles and policies set via Intune |
Ideal For | Re-imaging existing hardware, complex deployments | Provisioning new devices from OEMs or zero-touch scenarios |
Device Ownership | Often corporate-owned and fully managed | Supports corporate-owned, BYOD, and hybrid scenarios |
Lab issues
Lab 0501
Invalid JWT token Solution
Update Powershell 7.3 to 7.5.0
————————————-
Import-Module Microsoft.Graph
———————————————————–
“https://github.com/MicrosoftLearning/MD-102T00-Microsoft-365-Endpoint-Administrator/tree/master/Instructions/Labs”
Lab 0201: Configuring and managing Entra Join
Here is the fix. Insert after Task 1 Step 14..
https://learn.microsoft.com/en-us/entra/identity/authentication/howto-authentication-sms-signin
Task 1
14. On the Device settings page, select Save.
Enable SMS-based authentication for your Microsoft Entra tenant.
- Browse to Protection > Authentication methods > Policies.
- From the list of available authentication methods, select SMS.
- Select Enable and select Target users. Enable SMS-based authentication for All users
- Select Save
End of David Papkin page on Microsoft MD-102 Endpoint Administrator