"Joe C" <> wrote in message
news:%...
> Hello,
> I have a server 2003 box with Wsus 3.0 Sp2 on it. This update server is
> tied to our domain though GP. However we do a serious amount of computer
> prepping for other people. What I am looking for is a way for me to use
> our current update server, on computers that are not part and will not be
> part of our domain. Maybe some sort of script that I can edit in my
> server's IP and have it force update/reboot the client computers. I
> Understand I can edit the local policy, but I was hoping for a one time
> thing, once the updates are applied the pc can then use Microsoft's update
> site. Any help is appreciated.
> Thanks!
It's really as simple as REG file which you can load from a USB key.
Define a target group on your WSUS Server to use for these systems and set
your approvals as desired. You might even consider setting expired deadlines
on that group to force immediate installations of all updates.
Then put this text in a REG key
======================================
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Win dows\WindowsUpdate]
"TargetGroup"="yourTargetGroupName"
"TargetGroupEnabled"=dword:00000001
"WUServer"="http://yourWSUSServerName"
"WUStatusServer"="http://yourWSUSServerName"
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Win dows\WindowsUpdate\AU]
"AutoInstallMinorUpdates"=dword:00000001
"DetectionFrequencyEnabled"=dword:00000001
"DetectionFrequency"=dword:00000002
"AUOptions"=dword:00000004
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000003
"UseWUServer"=dword:00000001
======================================
And put this text in another REG key to 'undo' the above and restore normal
AU functionality
======================================
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Win dows\WindowsUpdate]
"TargetGroup"=""
"TargetGroupEnabled"=dword:00000000
"WUServer"=""
"WUStatusServer"=""
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Win dows\WindowsUpdate\AU]
"AutoInstallMinorUpdates"=dword:00000001
"DetectionFrequencyEnabled"=dword:00000000
"DetectionFrequency"=dword:0000001c
"AUOptions"=dword:00000004
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000003
"UseWUServer"=dword:00000000
======================================
--
Lawrence Garvin, M.S., MCITP:EA, MCDBA
Principal/CTO, Onsite Technology Solutions, Houston, Texas
Microsoft MVP - Software Distribution (2005-2009)
My Blog:
http://onsitechsolutions.spaces.live.com
Microsoft WSUS Website:
http://www.microsoft.com/wsus
My MVP Profile:
http://mvp.support.microsoft.com/pro...awrence.Garvin