Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > How to prevent PCs to download patches from wsus server during day

Reply
Thread Tools Display Modes

How to prevent PCs to download patches from wsus server during day

 
 
WSUS Fan
Guest
Posts: n/a

 
      10-05-2005
We have windows 2003 server with wsus installed. It works. However, because
slow WAN connection problems. We would like to prevent PCs to download
patches from wsus server during day time. Is there anyway to do it? We have
set up install patches automatically at 10:00 PM every night. But we cannot
find a way to easily control patches download time from wsus server to
workstaion.
 
Reply With Quote
 
 
 
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a

 
      10-05-2005
WSUS Fan wrote:

> We have windows 2003 server with wsus installed. It works. However, because
> slow WAN connection problems. We would like to prevent PCs to download
> patches from wsus server during day time. Is there anyway to do it? We have
> set up install patches automatically at 10:00 PM every night. But we cannot
> find a way to easily control patches download time from wsus server to
> workstaion.

Hi,

There is a group policy setting available for "Background Intelligent
Transfer Service" (BITS) that can limit the downloads during the day.
The policy is named "Maximum network bandwith that BITS uses"

If group policy (AD) is not available to you, you can set the settings
with registry values.

The registry file below configure BITS to the following:

Limit BITS transfer rate (Kbps) to 0 From 9 AM to 5 PM, At all other
times, use all available unused bandwidth

--------------------8<----------------------
REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\BITS]
"EnableBITSMaxBandwidth"=dword:00000001
"MaxTransferRateOnSchedule"=dword:00000000
"MaxBandwidthValidFrom"=dword:00000009
"MaxBandwidthValidTo"=dword:00000011
"UseSystemMaximum"=dword:00000001
"MaxTransferRateOffSchedule"=dword:00000014

--------------------8<----------------------
(be sure to have a blank line at the end of the registry file)


And a fyi:

Please post WSUS related issues to the newsgroup dedicated to WSUS:
microsoft.public.windows.server.update_services

WebNews link to the WSUS newsgroup:
http://www.microsoft.com/communities...pdate_services


Or use a newsgroup reader (default Outlook Express) to access this new
group:

Clicking on this link should open this group in OE:

news://msnews.microsoft.com/microsof...pdate_services




--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
 
Reply With Quote
 
WSUS Fan
Guest
Posts: n/a

 
      10-05-2005
Hi Torgeir,

Thanks for your reply. The info is very helpful! I would like to set up
the maximum network bandwidth that BITS users to zero during daytime. So
client workstaions will not download anything from wsus server. But will
the changes of "Maximum network bandwith that BITS uses" inside my wsus group
policy affect other applications? Will it prevent other application from
using BITS? I am afraid that other applications may stoo running. Please
let me know.

Thank you very much!

WSUS Fan

"Torgeir Bakken (MVP)" wrote:

> WSUS Fan wrote:
>
> > We have windows 2003 server with wsus installed. It works. However, because
> > slow WAN connection problems. We would like to prevent PCs to download
> > patches from wsus server during day time. Is there anyway to do it? We have
> > set up install patches automatically at 10:00 PM every night. But we cannot
> > find a way to easily control patches download time from wsus server to
> > workstaion.

> Hi,
>
> There is a group policy setting available for "Background Intelligent
> Transfer Service" (BITS) that can limit the downloads during the day.
> The policy is named "Maximum network bandwith that BITS uses"
>
> If group policy (AD) is not available to you, you can set the settings
> with registry values.
>
> The registry file below configure BITS to the following:
>
> Limit BITS transfer rate (Kbps) to 0 From 9 AM to 5 PM, At all other
> times, use all available unused bandwidth
>
> --------------------8<----------------------
> REGEDIT4
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\BITS]
> "EnableBITSMaxBandwidth"=dword:00000001
> "MaxTransferRateOnSchedule"=dword:00000000
> "MaxBandwidthValidFrom"=dword:00000009
> "MaxBandwidthValidTo"=dword:00000011
> "UseSystemMaximum"=dword:00000001
> "MaxTransferRateOffSchedule"=dword:00000014
>
> --------------------8<----------------------
> (be sure to have a blank line at the end of the registry file)
>
>
> And a fyi:
>
> Please post WSUS related issues to the newsgroup dedicated to WSUS:
> microsoft.public.windows.server.update_services
>
> WebNews link to the WSUS newsgroup:
> http://www.microsoft.com/communities...pdate_services
>
>
> Or use a newsgroup reader (default Outlook Express) to access this new
> group:
>
> Clicking on this link should open this group in OE:
>
> news://msnews.microsoft.com/microsof...pdate_services
>
>
>
>
> --
> torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> http://www.microsoft.com/technet/scr...r/default.mspx
>

 
Reply With Quote
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a

 
      10-06-2005
WSUS Fan wrote:

> Hi Torgeir,
>
> Thanks for your reply. The info is very helpful! I would like to set up
> the maximum network bandwidth that BITS users to zero during daytime. So
> client workstaions will not download anything from wsus server. But will
> the changes of "Maximum network bandwith that BITS uses" inside my wsus group
> policy affect other applications? Will it prevent other application from
> using BITS? I am afraid that other applications may stoo running. Please
> let me know.

Hi,

Yes, it will prevent other application from using BITS. But most likely
you have no 3rd party client application that uses BITS, because those
are extremely rare (myself, I do not know of any single one).


--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Clients don't install the patches on WSUS... ecemibm Windows Update 1 07-26-2005 10:05 AM
WSUS - how to remove unwanted language patches? kl1k Windows Update 0 07-17-2005 08:25 AM
Office Patches with WSUS dkm Windows Update 2 05-31-2005 11:02 PM
Pushing Patches with WSUS dkm Windows Update 0 05-23-2005 07:50 PM
manual download patches from a local SUS server Hubert Preissl Windows Update 1 06-09-2004 12:32 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59