

Now click Add > Software > Install Application.Ĭlick the Yellow icon and select the apps that you wish to deploy to client computers.Īt the bottom check these options and click OK. Right click the task sequence that you just created and click Edit. Specify Task sequence name and click Next.įinally on the Completion window, click Close. Select Create a new custom task sequence. Right click Task Sequences and click Create Task Sequence. Navigate to Software Library > Operating Systems > Task Sequences.

Furthermore we will enable the clear application content from cache after installing. To test this feature, let’s create a new task sequence that deploys multiple apps. At the bottom, check the box “ Clear Application Content from cache after installing“.Ĭlear Application Content from cache after installing Create Task Sequence.Select the applications that you want to deploy to client computer.In the Task Sequence editor, click Add > Software > Install Application.You can either create a new Task Sequence or Edit an existing Task Sequence.Navigate to Software Library > Operating Systems > Task Sequences.The procedure to delete or clear application content from SCCM client cache is. How to Clear Application Content from SCCM Client Cache The idea was marked as Completed with a note that 1906 release contains a task sequence step to clear the application content from cache. Upon some research I found that this feature was requested by a user. But with SCCM 1906, you should the find the option in task sequence. Until now there was no way to clear app content from client cache during task sequence. I am sure we have dealt with this issue and we manually increased the ccmcache folder size to fix this. In such cases the CAS.log shows “Not enough space in cache”. If the size of content is greater than the size of the cache, the deployment will fail due to insufficient cache size. When you deploy multiple large apps to a client, before installing, the client attempts to download content first. To increase the client cache size, you can use VBScript, PowerShell or even deploy a package and modify the cache size.

The client cache is located in %windir%\ccmcache.īy default the cache size is 5120 MB which can increased. So what is client cache folder (ccmcache) – In simple terms the client cache is a temporary download location for software, applications and updates deployed to a client. I find this option useful when the devices have got small hard drives or when installing lots of large apps in succession. In the Install Application task sequence step, you get the option to delete or clear Application content from cache after installing. Starting with SCCM 1906 you can delete or clear the application content from the SCCM client cache.
