Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED How to increash SMSCACHESIZE to 10% of the disk space while upgrading client

Status
Not open for further replies.

lalajee2018

Well-Known Member
Messages
143
Reaction score
6
Points
18
I'm upgraded clients using an bat script and setting the SMSCACHESIZE to 10% of the disk space.

I'm running following command

START /WAIT %~dp0\ccmsetup.exe /retry:2 SMSCACHESIZE=10 SMSCACHEFLAGS=PERCENTDISKSPACE FSP=FSP /UsePKICert /NoCRLCheck

But SMSCACHESIZE is still same.

Current SMSCACHESIZE is 2GB
new size will be 10GB

In the client.msi.log i see following message

Cache Info already present. SMSCACHEDIR, SMSCACHEFLAGS would be ignored.

How do I force the client to take new settings without re-installing it
 
Last edited:
The easiest would be via SCCM console:
Administration\Client Settings\Default Client Settings\Client Cache Settings:
- Config client cache size = Yes
- Maximum cache size(percentage of disk) = 10
 

Attachments

  • Capture.PNG
    Capture.PNG
    4.3 KB · Views: 0
Status
Not open for further replies.
Back
Top