|
Thanks James!
Much appreciated! I’ll definitely take a look at this!!
From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Blair, James
Peter,
Use the below script...I use it for all my workstaion RIS images and unattended CD images...Once it updates (10-20 minutes +) depending on available updates, sizes, locations etc I place the workstation/s in their respective OU's which have a Group Policy that "regulates" the flow of updates...the SUS forums on the web are a wealth of knowlege...Author of the script is at the top so he desertves any credit...
James
'Author: Joe Ostrander ([EMAIL PROTECTED]) on error resume next Set WshShell = WScript.CreateObject("WScript.Shell") 'change this next line to match your environment 'don't change these lines 'stop the Windows update service
WshShell.RegWrite
"HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU\AUOptions",
4,"REG_DWORD" WshShell.RegWrite
"HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto
Update\AUState", 2,"REG_DWORD" 'wait a bit, just to make sure the update service stopped ok 'Keep checking to see if there are installs pending 'If installs are pending, stop the service 'change the scheduled install date to a PAST date 'start the service. it will check the scheduledinstalldate & think
it missed its time
From:
[EMAIL PROTECTED] on behalf of Peter Johnson Hi all
I’m trying to troubleshoot and confirm whether or not my machines are actually getting the GPO’s settings and talking to my local SUS server for update purposes. Does anyone know of a way to force a Windows Update Client to actually go and check for updates?
I know which log file I need to check I just need to force a connection/check by the client.
Any help would be appreciated.
Regards Peter Johnson |
- RE: [ActiveDir] GPO/SUS Issue Halonen Sami
- RE: [ActiveDir] GPO/SUS Issue Blair, James
- Peter Johnson
