SCCM - Windows 11 upgrade in place Task Sequence - pre download sources before running task Sequence

Izanagi76 240 Reputation points
2025-01-03T14:46:10.0666667+00:00

Hi,

I plan to migrate about 500 machines from Windows 10 to Windows 11 24H2.

I will use an in-place upgrade task sequence containing an Operating System Upgrade package.

The task sequence will be pushed to the Software Center as "Available," allowing users to decide when to start the deployment.

I have created a collection in which I populate the machines to be migrated.

After adding a machine to the collection, I would like all the sources for the task sequence to be downloaded in the background before launching the task sequence. Specifically, I mean the files that appear after a user clicks on "Install."

User's image

The first package contains a few scripts, and the second one contains the OS upgrade package. This setup with cache downloaded would allow the installation to proceed faster.

I looked at the deployment options and saw the following options:
User's image

and

User's image

Unfortunately, none of these options work. When the task sequence appears in the Software Center, no downloading occurs, even after a long time...

When checking the deployment status through "Show Status Message," I encounter the following type of error:

(Message in french translated with google )
The program for deployment "TT020198" ("TT000420" - "") requires content to be downloaded, but there is insufficient cache memory. The current cache size is 10240 MB, of which 7114 MB is available. The current available disk space on the cache volume is 172051 MB. This program requires 7919 MB of available space in the cache. Workaround: Increase the cache size, or remove other content from the cache, or increase the amount of available disk space. This program will not be retried.*

I don't understand why the message above mentions a cache issue, given that the Task Sequence normally downloads all the packages it uses to C:\_SMSTaskSequence and not to C:\Windows\CCMCache.

This behavior is unclear to me.

What can I do to fix this issue and ensure that the sources are downloaded before the user starts the task sequence?

Thanks a lot for your help,

Izanagi

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

Accepted answer
  1. Simon Ren-MSFT 40,341 Reputation points Microsoft External Staff
    2025-01-06T08:34:45.1866667+00:00

    Hi,

    Hope everything is going well.

    Kindly check if there is any error in the CAS.log. The Content access service(CAS) is used to request pre-cache package contents for the available in-place upgrade deployment. The content access service(CAS) verifies whether the SCCM cache has enough space to accommodate the package download. The SCCM client cache size should accommodate the content. For your scenario, we can increase the cache size to 15GB to have a try.

    For more information about PreCache content, please refer to the awesome blogs:

    Configure SCCM Task sequence Pre-Cache Content – Part 1

    Windows as a Service: Sharing my PreCache and In-Place Upgrade Task Sequences, part 1

    Windows as a Service: Sharing my PreCache and In-Place Upgrade Task Sequences, part 2

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

    Hope it helps. 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.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Izanagi76 240 Reputation points
    2025-01-08T16:38:07.5333333+00:00

    Hi,

    Thanks a lot for your reply,

    You mean by changing below option ?

    User's image


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.