SCCM Capture Issues

Matt Dillon 1,211 Reputation points
2022-07-14T21:04:32.84+00:00

I have been building base images the same way for years. Suddenly I have issues and I don't know why. I build a laptop with the latest version of Windows 10. I make a registry change to disable Animation and another one to remove the checkmarks, and then I install .NET 3.5. I mount the CAPTURE iso from SCCM and run the process. Usually I just save to a subfolder somewhere and the image gets captured. That was all working fine until recently. Now I have to install Microsoft Visual C++ 2015 Redistributable on the reference laptop before the capture will even run. This morning I was able to capture the image, but there seemed to be issues with it when i used in a Task Sequence. I think it was because I used an older version of the CAPTURE media and the boot wim changed since then. Not sure. Here nor there. I redid the laptop and installed the missing Redistributable and the capture failed as if there were sysprep errors. Tried again and the same thing happened. Did something change?

I am able to use WimWitch to create a good wim for deployment but it is missing a local account that is required

Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
964 questions
Microsoft Configuration Manager
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Matt Dillon 1,211 Reputation points
    2022-07-18T12:52:20.137+00:00

    I ended up using WimWitch and creating a custom image with that tool. Super easy to do. Then I added a Task sequence step to run a PowerShell script that adds the missing local account that started this mess. Since it works, I am not dedicating anymore time in figuring this out.

    1 person found this answer helpful.
    0 comments No comments

  2. Simon Ren-MSFT 33,226 Reputation points Microsoft Vendor
    2022-07-18T15:30:53.453+00:00

    Hi @Matt Dillon ,

    Thanks very much for your feedback. It's appreciated that you could click "Accept Answer" to the helpful reply, this will help other users to search for useful information more quickly. Here's a short summary for the problem.

    Problem/Symptom:
    SCCM capture media failed recently as it was working fine before.

    Solution/Workaround:
    Use WimWitch tool to create a custom image. Then added a Task sequence step to run a PowerShell script that adds the missing local account.

    Thanks again for your time! Have a nice day!

    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.

    1 person found this answer helpful.
    0 comments No comments

  3. Rahul Jindal [MVP] 9,881 Reputation points MVP
    2022-07-14T21:19:21.267+00:00

    You can achieve all of it through task sequence steps. Why the long and inefficient way Matt?


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.