myITforum.com Community Forum myITforum.com Community Forum

Home  Forums  Blogs  Live Support chat  Search Articles  Wiki  FAQ  Email Lists  Register  Login  My Profile  Inbox  Address Book  My Subscription  My Forums 

Photo Gallery  Member List  Search  Calendars  FAQ  Ticket List  Log Out

All Forums RSS Feed Subscription:


  


change download cache size with SCCM

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
  Printable Version
All Forums >> [Management Products] >> System Center Products >> System Center Configuration Manager >> change download cache size with SCCM Page: [1]
Login
Message << Older Topic   Newer Topic >>
change download cache size with SCCM - 4/16/2008 1:29:22 PM   
pappatoad

 

Posts: 64
Score: 0
Joined: 2/26/2007
Status: offline
***Updated from previous post***
Does anyone know if there is an effective way to change the download cache size that SCCM uses when installing software on clients? I found links for some tools but the pages do not show. My clients all are set at the minimum 250MB imit....and when trying to install an updated office suite version it says it is too small and require about 1500MB to install. This was never a problem when we were using SMS2003R2, but has now surfaced since we migrated to SCCM. We may be a small shop with only 350 users, but we are spread out over 6 city blocks and I am really trying to avoid going to each individual computer to change this setting.
Post #: 1
RE: change download cache size with SCCM - 4/16/2008 1:57:12 PM   
mcarriere893


Posts: 3621
Score: 300
Joined: 4/12/2002
From: Manitoba, Canada
Status: offline
Right from the SDK (and was the same for SMS 2003). This is just a script that yoiu would advertise to a collection of clients you wish to change the cache size on. (note the comments ' . Can just remove them to test running it locally first).
(I know, its not the Right-click console extension you were looking for, but..)

'start of vbscript
On Error Resume Next
Dim oUIResManager
Dim oCache
Dim CacheSize

CacheSize=1500 ' Change to whatever you wish (MEGs)

Set oUIResManager = createobject("UIResource.UIResourceMgr")
If oUIResManager Is Nothing Then
'    wscript.echo "Could not create Resource Manager - quitting"
   wscript.quit
End If

Set oCache=oUIResManager.GetCacheInfo()
If oCache Is Nothing Then
   Set oUIResManager=Nothing
'    wscript.echo "Could not get cache info - quitting"
   wscript.quit
End If

oCache.TotalSize=CacheSize
'Msgbox("SMS Cache increased to 1GB")

_____________________________

Mark Carriere
Microsoft MVP-SMS
www.SMSUG.ca

(in reply to pappatoad)
Post #: 2
RE: change download cache size with SCCM - 4/16/2008 2:31:46 PM   
pappatoad

 

Posts: 64
Score: 0
Joined: 2/26/2007
Status: offline
In the test...that looks like it did it.....I reset the cache and checked it...set to the amount I wanted.....and then kicked off a test install of office to the test machine and it is taking it now....thanks for the help....I will add the cache cleaner to run before office is deployed each time now.....

(in reply to pappatoad)
Post #: 3
RE: change download cache size with SCCM - 4/16/2008 3:35:13 PM   
eraju253

 

Posts: 3
Score: 2
Joined: 4/16/2008
Status: offline
http://myitforum.com/cs2/blogs/rhouchins/archive/2008/04/09/sccm-right-click-tools.aspx

(in reply to pappatoad)
Post #: 4
Page:   [1]
All Forums >> [Management Products] >> System Center Products >> System Center Configuration Manager >> change download cache size with SCCM Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts



  
Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.875