Autopilot Logs Collection from End-User Device
##################################################
Open Command Prompt and run as Administrator
- mdmdiagnosticstool.exe -area Autopilot -cab C:\temp\AP.cab
- mdmdiagnosticstool.exe -area DeviceProvisioning -cab C:\temp\DP.cab
Open Powershell with Administrator
- Set-ExecutionPolicy bypass
- Install-Script -Name Get-AutopilotDiagnostics -Force
- Get-AutopilotDiagnostics
Note: Copy and paste results in Notepad. Save
wget https://aka.ms/intunexml -outfile Intune.xml
wget https://aka.ms/intuneps1 -outfile IntuneODCStandAlone.ps1
PowerShell -ExecutionPolicy Bypass -File .\IntuneODCStandAlone.ps1