SCCM application stuck on random application during OSD

dylanand2-7592 440 Reputation points
2025-03-13T17:39:54.7333333+00:00

We are using task sequence to deploy Windows 11 and applications to our laptops. The OS installation process works perfectly, but the task sequence will stick on application installation steps. Sometimes it gets stuck on application A, and sometimes it could be another application B. Eventually the task sequence fails because of timeout. Any help will be appreciated!

Microsoft Security | Intune | Configuration Manager | Application
0 comments No comments
{count} votes

Accepted answer
  1. Simon Ren-MSFT 40,341 Reputation points Microsoft External Staff
    2025-03-14T01:47:24.5333333+00:00

    Hi,

    Hope everything is going well.

    1,Kindly check the smsts.log, appdiscovery.log, appenforce.log and locationservices.log to see if there is any further information.

    2,We can try to put a little pause after the Setup Windows & ConfigMgr step, for example add "Run a command line" -step with command "ping localhost -n 60".

    Also let the task sequence install drivers first and install applications after.

    Similar thread for your reference: Application installation randomly fails in SCCM task sequence

    3,This issue might be related to cache size for client. We can try to add a powershell step before the application install step to increase the cache size.

    How to Increase SCCM Client Cache Size

    Please note: The links are not from Microsoft, just for your reference.

    4,Are the laptops joined domain correctly? Please make sure you have added correct network driver. If the client doesn't have correct network driver and valid IP address, the post installation task, for example joining domain and installing application may get failed.

    Hope my answer could help you. Should you have any questions or concerns, please do feel free to contact me.

    Best regards,

    Simon


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    After the way you tag questions on Q&A is updated, for any "Microsoft Configuration Manager" related problem, you can tag it with "Microsoft Intune", and then "Microsoft Configuration Manager" as the child tag.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.