Best way to update 80+ laptops?
HI,
I have over 80 netbooks that occasionally need to have windows updates applied to them. The current process is hooking them up individually to the internet and doing a windows update.. usually doing several netbooks at the same time. However, this can become a lengthy process, especially when you have to restart, apply update, and restart again. Is there anyway to update one netbook, put that OS on a usb stick, plug the USB stick into another netbook and have it apply all of the same updates? (so instead of using the bandwidth of updating them all, i can just simply plug the usb stick in and be done)
I have over 80 netbooks that occasionally need to have windows updates applied to them. The current process is hooking them up individually to the internet and doing a windows update.. usually doing several netbooks at the same time. However, this can become a lengthy process, especially when you have to restart, apply update, and restart again. Is there anyway to update one netbook, put that OS on a usb stick, plug the USB stick into another netbook and have it apply all of the same updates? (so instead of using the bandwidth of updating them all, i can just simply plug the usb stick in and be done)
0
Comments
Otherwise you can't avoid some network reliance and/or connection to a domain controller (assuming they have Windows Pro, which like @AlexDeGruven said they probably don't).
Or would it just be better to do what i am doing, hooking them up individually, and updating them until they are all up to date?
If they can’t be updated from a domain but can be connected to the Internet, you can reduce your time at each unit by scripting the update. It’s one line in PowerShell to do the update. You can run it from a batch file on the computer. Just log on and start the script. Have it shutdown at the end. Since they are loaners, just do the updates as they are needed, and keep a few ready to go.
http://gallery.technet.microsoft.com/Get-WindowsUpdatesps1-7c82c1f4
If you want to get fancy, you can create a script to do them all remotely, as long as they are on your network and turned on. That would work with Windows 7 or XP, but I don’t know about starter. I’m not great with scripting, but there are lots of examples on the Internet. If I need anything complicated, a quick search will usually produce something that can be modified.
Yes, you could in theory script it, but you need the MSUs which is a huge pain in the neck. You could just update an unattended WIM set - but you'd still be behind because Microsoft doesn't really provide the updates in an easy to bulk download format. Oh, and those may not work because Starter actually has a bunch of internal differences that are really annoying.
So it's going to be a nightmare any way you try to do it. What you really need is GPO (Group Policy) and to have them on a domain so you can force/refuse updates as necessary. To do that means you need Enterprise, Pro or Ultimate. And no, PowerShell is not availble on starter.
My advice? Either upgrade the OS or just let the buggers automatically update any time they can get a signal.
So the answer i feel like i'm reaching is to just continue with the way i'm doing it. Take it out of the box we keep them in, plug it in, hook up Ethernet, update, repeat. jah?
C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
And no, Starter does not have a VLK; it's strictly OEM keyed. Forgot about that part. Which also means, yeah, you need the OEM image and all that.