> "Mark Quinn" <Mark Quinn[ at ]discussions.microsoft.com> wrote in message
> news:FA0F601B-AEB1-4AEB-AE38-7FD1FD727B7B[ at ]microsoft.com...
>
> > I am planning on using wsus 3.0 for remediation of missing patches on
> > servers and I want to use wsus for reporting only. I have used wsus 2.0
> > for
> > patching and it's worked fine,
>
> > but I don't know which setting to use to get
> > the client just to report back but not want to install.
>
> That's not a feature set of WSUS. WSUS is designed to distribute updates,
> primarily. Reporting is a natural extension to that function.
>
> The best you can hope for is leaving *everything* on the WSUS server marked
> as "Not Approved". Because WSUS 3 is auto-configured for "Detect Only" all
> clients will report updates that are "Needed". You'll still have to get
> those updates installed, somehow, and that's the part that's boggling my
> mind. Why would you not also use WSUS to do that?
>
> > I also want a computer group that will install by default
>
> The way to do this is configure an Auto-Approval rule in WSUS v3 that auto
> approves all updates for the specified target group.
>
> > Windows Registry Editor Version 5.00
> >
> > [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\windows\WindowsUpdate]
> > "WUServer"="
http://servername"> > "WUStatusServer"="
http://servername"> > "TargetGroupEnabled"=dword:00000001
> > "TargetGroup"="new comptuers"
> > "ElevateNonAdmins"=dword:00000001
>
> If you're specifically looking for a scenario to assist in immediate
> updating of newly deployed systems, take a look at this article that
> describes a methodology I designed/used to update an XP SP1 system to fully
> post-SP2 patched. The whole process took only a few hours.
>
> How long does it take to fully update a Windows XP SP1 system?
>
http://wsusinfo.onsitechsolutions.com/articles/012.htm>
> > [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\windows\WindowsUpdate\AU]
> > "IncludeRecommendedUpdates"=dword:00000001
>
> This is an undocumented registry value for this key. Do you have a reference
> where you obtained information on this value?
>
> > "AUOptions"=dword:00000003
>
> Also, be aware that this setting will require a human being to initiate the
> installation of updates.
>
> > "ScheduledInstallDay"=dword:00000001
> > "ScheduledInstallTime"=dword:00000003
>
> And, with AUOptions=dword:0x3, these two settings are ignored.
>
> --
> Lawrence Garvin, M.S., MCTS, MCP
> Independent WSUS Evangelist
> MVP-Software Distribution (2005-2007)
>
https://mvp.support.microsoft.com/profile=30E00990-8F1D-4774-BD62-D095EB07B36E>
> Everything you need for WSUS is at
>
http://technet2.microsoft.com/windowsserver/en/technologies/featured/wsus/default.mspx>
> And, almost everything else is at
>
http://wsusinfo.onsitechsolutions.com> .....
>
>
>