Update configure-precache-content.md#5138
Conversation
Are you sure that in part need don't use 'Download content locally when needed by the running task sequence' option ? For a task sequence that installs an OS image, don't use the deployment option to **Download content locally when needed by the running task sequence**. When the task sequence wipes the disk before it applies the OS image, it removes the client cache. Since the content is gone, the task sequence fails. In my opinion must be : For a task sequence that installs an OS image, don't use the deployment option to **Download all content locally before starting task sequence**. Because in this case client download all content, then disk will be wipe and TS failed. In short need to replace "Download content locally when needed by the running task sequence" on "Download all content locally before starting task sequence" Am I right ? :)
|
Learn Build status updates of commit b7021b1: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Pull request overview
This PR updates ConfigMgr OSD documentation to reference the correct Deployment options setting that can cause OS image task sequences to fail when the disk is wiped and the local cache is removed.
Changes:
- Replaces the referenced deployment option in the IMPORTANT note from Download content locally when needed by the running task sequence to Download all content locally before starting task sequence.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Yupiter2005
left a comment
There was a problem hiding this comment.
@grafalk had to read it few times before understanding the change. Thanks for your contribution, approving!
Are you sure that is not mis in this part ?
In my opinion must be :
Because in this case client download all content, then disk will be wipe and TS failed.
In short need to replace "Download content locally when needed by the running task sequence" on "Download all content locally before starting task sequence"
Am I right ? :)