I am imaging a large number of pc's using dell image direct and the new pc images do not include updates for windows xp sp3. So I am having to download all of the updates for each machine, this takes a huge amount of time. I was wondering if there is a way to download the updates once, save them, and apply them to all of the computers without using group policy?
feedback
|
|
You have a few options. 1 - Configure a WSUS Server which can download all the updates once then apply them to all your machines. 2 - Use WSUS Offline Update to create an update binary and run it on all machines via startup script or method of your choice. 3 - Update one machine fully, then use an imaging solution such as Clonezilla to take a fresh image, and apply it to all machines. If this will be a domain environment, you may want to look into Microsoft's System Center Configuration Manager (SCCM) which integrates a whole bunch of Microsoft products into one, including WSUS. | |||
|
feedback
|
|
You can download the update from Microsoft here Then you can just put that on your network file share area and install from that on all your machines. This would be the manual way to install and avoiding downloading the updates multiple times. If you would like a more automated centralized method, check out JohnT's answer. | |||||||
feedback
|
|
Slightly late to the party but AutoPatcher it downloads updates from Microsoft's servers to a local disk such as a USB key and that can be transferred from computer to computer to install the updates. If you want a more centeralised method then WSUS is the way to go. | |||
|
feedback
|
|
There is a 3rd party solution if you cannot get a WSUS server set up. http://www.michaelboman.org/how-to/ctupdate . | |||
|
feedback
|
|
One way would to do the following: install it one one computer and do the updates mclone works like this, You setup the ISO to boot into an mclone server mode and set all of the other pcs to boot into the mclone client mode. Once all of the other PCs have established a link (not really a connection as mclone is UDP centric), start it up on the server and all of the computers will get an exact image of the first one. Very easy to do and VERY fast (uses my entire network speed... which at gigabit is really really fast) this is a free solution that works consistantly for me and is really simple to use | |||
feedback
|
|
We have developed a command line tool for handling Windows Updates called WuInstall, which may be helpful here as well. It is capable of caching updates and re-installing updates from this cache, without having to download them. You can also download the installation files for the updates and run them from a batch script. See the download_cache, install_cache and download_to option in the documentation on the WuInstall website. | |||
|
feedback
|