@Foolishtech Would you mind elaborating on your WSUS setup? Do you have to force the updates, or does it automatically run when you connect them machines to your WSUS server? I'm looking at adding the 3rd party wsus plugin pack when we stand up our new server. Think that would work with your setup?
Well we just have a server on our network running MS WSUS (among other neat things like PXE boot to a linux multiboot environment, and WDS of course)...
You do have to force the update process, of sorts... nothing about it is automatic...
Because PC's connected to our network don't know that there is a WSUS server, so...
For any standard PC that comes in, we run the reg hack (via D7) on that machine which tells it to get it's updates from our WSUS server. Basically it's a registry change and stopping/restarting the windows update service.
After that, you have to manually use Windows Update on the PC as if it were a normal setup. XP goes to windowsupdate.microsoft.com and Vista/7 use the internal Windows Update.
The update process is identical, except the updates are being downloaded from our internal WSUS server, not via MS's servers over the internet.
The only way you know anything different is going on, is that in Vista/7 on the Windows Update screen where it says "You receive updates:" beside that it will say "Managed by your system administrator." In XP, you'd never know the difference.
When you're done with updates, however, you have to remember to undo the reg hack so in the future Windows Update will use Microsoft's servers instead of looking for your local WSUS server.
Basically the whole thing operates like a caching squid server, if you're familiar with that.
Unfortunately, the honest truth is it doesn't save *that* much time just because the updates sit on your local server.
Sure, having them all on your local network (especially if you have a decent gigabit setup) is FAST. But that's just the download phase.
There is still the
update detection phase which can be slow as balls, as well as the installation phase... nothing about either of those phases is different...