Pre- provisioning stuck on apps (Urgent Please)

umar Farooq 1 Reputation point
2022-12-04T21:15:19.457+00:00

Setting up device for work but pre provisioning stuck on apps and not moving from past 10h , Please tell me how to fix it or get out of it at least or reset it .

266906-pp.jpeg

Windows Autopilot
Windows Autopilot
A collection of Microsoft technologies used to set up and pre-configure new devices and to reset, repurpose, and recover devices.
407 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Jordi Rojas 266 Reputation points
    2023-01-20T08:50:42.6066667+00:00

    Use this powershell to review whats is the application is hanging the process:

    Shift+F10 to open a command prompt (opens a cmd as system user with admin rights).

    And install and execute the script with the tag -online (logging as Intune admin)

    PowerShell.exe -ExecutionPolicy Bypass
    Install-Script -name Get-AutopilotDiagnostics -Force
    Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned
    Get-AutopilotDiagnostics.ps1 -Online
    

    You will get the application lists. Then you can check the app in the intune portal and the local logs in the IME folder logs.

    0 comments No comments