Problem SCCM Cache size

Discussion in 'Software' started by simonp83, Aug 20, 2010.

  1. simonp83

    simonp83 Kilobyte Poster

    254
    4
    32
    Quick question - how do you change the client cache size for SCCM through a logon script? I know you can push it out via the configmgr but only gets pushed out to clients that are powered on so would need to do it multiple times to get it all running, what i basically need is a way so that as soon as a machine is powered on, the cache size is changed.

    Problem is, when the clients were setup originally, they were setup with a 4gb cache size which isn't big enough to deploy creative suite cs4, changed the new client option to 20gb and but just need to do this for the current clients now.
     
    Certifications: A+, MCP, MCDST, MCTS, MCITP
    WIP: 70-291
  2. simonp83

    simonp83 Kilobyte Poster

    254
    4
    32
    Ok, setup an advertisement that pushes out a .vbs script with the below. I've tested and confirmed it works when being run manually when using an domain admin account, just need to confirm it works through SCCM now.

    set oUIResManager = createobject("UIResource.UIResourceMgr")
    set oCache=oUIResManager.GetCacheInfo()
    oCache.TotalSize=20000
     
    Certifications: A+, MCP, MCDST, MCTS, MCITP
    WIP: 70-291

Share This Page

Loading...
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.