Jump to content

Recommended Posts

Posted

I'm trying to set the cache setting for our SCCM clients to 20GB but it never seems to update the settings on the workstations.

 

I've set the client settings as shown in the attachment.

Sccm Cache.jpg

If i go to the workstation and go to configuration Manager and click on Cache and Configure settings it updates the Cache to 20GB. Obviously i don't want to go to every PC and do this

 

 

Please can anyone advise where i've gone wrong?

Posted
How long are you leaving it between making the change and checking the devices? The clients will need to download the machine policy again to pick up the changes. Have the machines refreshed the policy since you made the change?
Posted
I didn't know you could change the cache setting size from the SCCM console. I've got ours being set by a Powershell script in the task sequence when the machine is built.
Posted

Thanks for the quick replies.

 

I made the changes yesterday morning about 10ish and got distracted with other things. so i'm assuming that the machine policy has been refreshed.

Is there a way that I can do that manually?

Posted
I didn't know you could change the cache setting size from the SCCM console. I've got ours being set by a Powershell script in the task sequence when the machine is built.

You didn't used to be able to. It was added to the client settings in... *quickly googles*... the 1606 release :)

  • Thanks 1
Posted
Thanks for the quick replies.

 

I made the changes yesterday morning about 10ish and got distracted with other things. so i'm assuming that the machine policy has been refreshed.

Is there a way that I can do that manually?

From the console you can right click on a device (or multiple) -> Client Notification -> Download computer policy

  • Thanks 1
Posted
You didn't used to be able to. It was added to the client settings in... *quickly googles*... the 1606 release :)

 

Good to know! I might phase out my script then.

Posted

Morning Guys

 

I've ran the computer redesh policy and have looked at the cache settings but it hasn't updated:

cm config settings.jpg

 

If I click on the configure settings button however it does apply the correct cache size:

Press config settings.jpg

 

Any ideas where i'm going wrong?

Posted
I think that happens on ours and it works fine
Posted (edited)

I am wondering if the GUI isn't reporting the updated cache size and clicking 'configure settings' refreshes it?

 

Grab a machine that is reporting the incorrect cache size and check the actual cache size using powershell: https://www.prajwaldesai.com/get-configuration-manager-client-cache-size-using-powershell/

 

Basically in an admin sessions enter: Get-WmiObject -Namespace ROOT\CCM\SoftMgmtAgent

Then type in "CacheConfig" as the class it asks for

 

Check and see if the reported cache size is correct.

Edited by sparkeh
  • Thanks 1
Posted

Thanks for that spakeh it reports back the correct size of 20GB.

 

The odd thing is if I logon to a PC and click the config settings and then try and deploy the software it installs without any issues. If I don't then I get various error messages.

Posted
I think that happens on ours and it works fine

 

Same. The cache tab on ours reports 0, until you actually click configure, then it shows you the actual cache size.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...