"Lawrence Garvin [MVP]" wrote:
> "LeaUK" <> wrote in message
> news
AC57E8F-B7E9-4262-8172-...
>
> > So the obvious next question...is there anyway to update clients via WSUS?
>
> Well, yes, by upgrading the WSUS Server. :-)
>
> WSUS v3 SP2 distributes the v7.4 WUAgent
> WSUS v3 SP1 distributes the v7.1 WUAgent
> WSUS v3 RTW distributes the v7.0 WUAgent
>
> For brand new installs of Windows XP, if they're deployed to XP Service Pack
> 2, they should automatically selfupdate the 'SP2' agent to the agent
> provided by your WSUS server, presuming that the /selfupdate feature is
> available on port 80 of the WSUS Server.
>
Clients are all WinXP SP2, but were failing to autoupdate. I tracked down
the cause. I noticed in the event log that the API remoting service was
failing and this was caused by wsusutil configuressl being set with the
external DNS name (at install I thought this was the correct option), however
changing this to the internal server name resolved the event log messages.
Running wsusutil checkhealth reveals all is OK and clients can now receive
latest WU files - checked via their windowsupdate.log files.
With regards to the dll versions, I have realised why the dll doesn't change
version, I'm looking at the service dll not the 'heart' of WSUS. Wuaueng.dll
is the file to review WU version.
This is a useful script:
Dim oAgentInfo, ProductVersion
Set oAgentInfo = CreateObject("Microsoft.Update.AgentInfo")
Wscript.Echo "C:\Windows\System32\wuapi.dll version: " &
oAgentInfo.GetInfo("ProductVersionString")
Wscript.Echo "WUA version : " & oAgentInfo.GetInfo("ApiMajorVersion") & "."
& oAgentInfo.GetInfo("ApiMinorVersion")
Thanks Lawrence..
>
> --
> Lawrence Garvin, M.S., MCITP:EA, MCDBA, MCSA
> Principal/CTO, Onsite Technology Solutions, Houston, Texas
> Microsoft MVP - Software Distribution (2005-2010)
>
> 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
>