>

automated client cache expand with Powershell

Sometimes you have a problem to expand you’re Client Cache for the SCCM-Agent. In a older Blog i have written (Update) for do this with a VB-Script, but for Win7 we should tihnking for the future and do this with Powershell…. Aaron Czechowski give a tip for a script here: http://blogs.technet.com/b/aaronczechowski/archive/2009/02/12/powershell-to-change-configmgr-client-cache-size.aspx $Cache = Get-WmiObject -namespace [...]

Posted on December 7, 2010 at 16:22 by mirko colemberg · Permalink · Leave a comment
In: client, OSD, sccm, scripts, Win 7 Design · Tagged with: , , ,

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   [...]

Posted on April 30, 2010 at 14:09 by mirko colemberg · Permalink · Leave a comment
In: client, sccm, scripts · Tagged with: , ,