
Just a couple of supplemental comments here:
- Task Sequences don't have expiration dates. Deployments (of task sequences and other objects) do.
- The expiration of a deployment is completely unrelated to cached content on a device.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello
What happens when I change the "expire" date on a task sequence? Will need to clear the cache or the sccm client just sees I edit the expire date?
Just a couple of supplemental comments here:
After you make the change, the next time clients with that deployment request a policy update, the machines will know when it expires.
No need to clear cache or do anything extra
in these cases, I'd recommend creating a test deployment to your test collection and just try what you're wanting to to try, so you can see exactly what will happen.
Hi,
Thanks for posting in Microsoft MECM Q&A forum.
Based on my experience, we don't need to do anything else, the client will automatically get the changed task sequence a certain time later -- next client policy polling interval (60 minutes by defaul).
Task Sequences and everything in them are part of the machine policy delivered to targeted systems. If we make a change to a TS, then the system needs to update its machine policy but this will automatically happen by itself eventually.
By the way, if we make a change to the source files or any content referenced in the task sequence, those need to be redistributed manually. The distribute content option on right click of task sequence is just a simple way to distribute all referenced content within the TS -- it does not distribute the TS in any way.
However, if you would like to be SURE that you are executing the latest changes, you can add a version number to the name of the task sequence, that way, if you made changes to task sequence v1.0, increment the version number by one and you should see task sequence v1.1 after the next client policy polling interval. This ensures that your clients have the latest policies for this deployment (sometimes there's a delay depending on hierarchy).
Thanks for your time.
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.
ok Task sequence executed last night as planned with new expiration date. thank you!