Managing updates for multiple computers on the same network

4

2

At home I have three Windows PCs running Vista and, come update time, the home network can become a bit congested with three computers downloading exactly the same updates at (around) the same time.

Is there a way to avoid this? Is it possible to set up my own 'update' server within the network which would download the updates, and then my three Vista desktops would get their updates from that server? What options do I have?

Josh Hunt

Posted 2009-07-16T03:42:54.227

Reputation: 20 095

possible duplicate of Offline update of Windows?

– Ƭᴇcʜιᴇ007 – 2015-01-07T14:32:35.160

@Ƭᴇcʜιᴇ007 My question was asked the day before that one, so my say would be that question is a duplicate of this (however, that one has a lot more votes and in-depth answers) – Josh Hunt – 2015-01-11T02:30:31.627

HI David, I considered that when I marked the dupe. Age isn't always what matters when it comes to dupes. Mostly for the reasons you mentioned here. :)

– Ƭᴇcʜιᴇ007 – 2015-01-11T17:08:34.673

Answers

3

Yes, it goes by the name WSUS.

moshen

Posted 2009-07-16T03:42:54.227

Reputation: 1 800

1To do this you would need to have the update server run Windows Server 2003 SP1 or later – quickcel – 2009-07-16T04:13:34.710

1WSUS requires Windows Server (2008 or 2003 SP1) and each computer requires a Client Access License (CAL). If it is for a home environment this is cost prohibitive. – jvanderh – 2009-07-16T04:13:51.217

There are better solutions that don't require additional costs and licences - check out FOG or Desktop Central – valentt – 2013-07-17T12:09:08.930

1

There are few 3rd party tools that could help you to manage updates on multiple PCs running windows without the need of Windows server which is too expensive solution.

From that list most promising to me looks Desktop Central, I have no personal experience with it but reviews look good.

If you free and open source solution maybe setting up FOG server or Clonezilla Server Edition is what you need. There is a nice podcast that explains how FOG works. You can build hardware independent Windows image that you can deploy to any machine in your network.

There is also nice video and article comparing Clonezilla vs FOG.

Also there is a interesting app called WPKG that is an automated software deployment, upgrade and removal program for Windows.

valentt

Posted 2009-07-16T03:42:54.227

Reputation: 302