Run Win Update via .bat file
Does anyone know what file needs to be called to run Windows update via batch file? I have 25 Win 7 & Vista boxes that are running Deep Freeze. I wish to create a job in the Deep Freeze Console on the server to cause the workstations to update to our
WSUS server. By running this through the DFC, the workstations can be awakened thawed and ready for updates.
May 19th, 2010 9:14pm
If your clients are set to update from WSUS you can place this command in a batch file to be run on each machine:
wuauclt.exe /detectnow
Free Windows Admin Tool Kit Click here and download it now
May 20th, 2010 12:44am
Bob’s suggestion is worth to perform. Also, I would like to share you the following article to create a VBS file to configure WSUS.
WUAUCLT
Thanks,
Novak
May 24th, 2010 5:12am