Link to home
Start Free TrialLog in
Avatar of Tim Ballin
Tim Ballin

asked on

How to Increase SCCM client cache size

I'd like to use SCCM to push out a Powershell script as detailed in this article, but the deployment status is always an error or unknown.

https://social.technet.microsoft.com/wiki/contents/articles/31380.increase-sccm-client-cache-size.aspx
ASKER CERTIFIED SOLUTION
Avatar of Robert
Robert
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of alohadin
alohadin

For Powershell you'll need to find a way to work around the execution policy. Or sign your PS script.
Alternatively you can use VBS.

I used this for a long time:
Dim ClientResource 
Set objShell = WScript.CreateObject ("WScript.shell") 
Set ClientResource = CreateObject("UIResource.UIResourceMgr") 
Set CacheInfo = ClientResource.GetCacheInfo 
CacheInfo.TotalSize = 20000

Open in new window


Or you can configure the cache size in the Client Settings in CM.