Share via


Storing Update Files Locally or on Microsoft Update

 

Applies To: Windows Server Update Services

You can store files locally on the WSUS server or on Microsoft Update. Storing update files locally can save bandwidth on your Internet connection because clients download updates directly from the WSUS server.

However, storing update files on Microsoft Update saves disk space on the WSUS server and is useful if you have mobile clients, branch offices, or any situation where clients have a direct connection to the Internet and downloading updates over a WAN connection would introduce additional complexity.

To specify that you want to store update files on Microsoft Update and have clients download approved updates directly from Microsoft Update, set HostBinariesOnMicrosoftUpdate to true.

If this property is set to false, WSUS stores the update files locally, and clients download approved updates from the WSUS server. If HostBinariesOnMicrosoftUpdate is false, you must also specify values for the following settings:

If HostBinariesOnMicrosoftUpdate is true, WSUS ignores DownloadExpressPackages and DownloadUpdateBinariesAsNeeded, and AllUpdateLanguagesEnabled.

To reduce network bandwidth consumption and save disk space on the WSUS server, set DownloadUpdateBinariesAsNeeded to true. This setting causes the WSUS server todownload only the metadata and license agreement for the updates from Microsoft Update. The update files themselves are downloaded only after the WSUS administrator approves an update for installation.

To provide for a faster download and installation of the updates on client computers, set DownloadExpressPackages to true. You should consider using express packages if you are servicing clients over slow links with your WSUS server. Express installation update files contain binary differences that are merged with the current binary on the client. Express installation files can reduce the bandwidth consumed on your local network, because only the binary difference is downloaded to the client and it is typically smaller than a full update file.

However, express installation files are typically larger than full update files, because an express installation file must contain all the binary differences for each revision. This can increase the bandwidth consumption on your Internet connection between WSUS and Microsoft Update.

Not all updates provide express installation files. If the update does not provide an express installation file, the full update file is downloaded.

For an example that sets these properties, see Specifying Updates to Synchronize.