automated client cache expand

You have a lot of Packages to distribut, and the Client-Agent Cache (5120MB) is to fast empty?

Here a little script to expand the Cache.
Well you can create an vbs and advertise as a package, it works fine

be carefull to use scripts, no guarantie 😉
wrote youre own Cache dimension on script:
nValueToSet = 35840
=========================
‘ Bereich   : SCCM  
‘ Problematik  : Client Cache expand to 35GB
‘ Lösung   : Package
‘ ————————————————–
‘ Erstellt von  : Mirko Colemberg, noname Worker
‘ Erstellt am  : xx.xx.xxxx
‘ Version   : 1.0
‘ History   :  
‘======================
On Error Resume Next
dim oUIResource, objCacheInfo
Set oUIResource = wscript.CreateObject(“UIResource.UIResourceMgr”)
Set objCacheInfo = oUIResource.GetCacheInfo
nValueToSet = 35840
objCacheInfo.TotalSize = nValueToSet


Comments

Leave a Reply

Follow

Get every new post delivered to your Inbox

Join other followers:

%d bloggers like this: