groovyPost.com

Groovy Technical and How To Articles for New and Advanced Computer Users

Subscribe Now!
RSS
Email

Uninstall WSUS Client 7.0.5451.90

Windows Server & Server Products (Exchange, SQL, Sharepoint etc..) Questions and Tips

Uninstall WSUS Client 7.0.5451.90

Postby MrGroove on Fri Feb 16, 2007 4:20 am

Uninstall Windows Update 7.0.5451.90 ( WU )

I was bored one weekend and I make the mistake of installing the WSUS 3.0 Beta 2. I say this was a mistake because I installed it into my production Environment.....

Normally this would not have been a bad thing however, because after the upgrade, my forcepatch process quit working.

Once I realized that the Windows Update Client (WSUS or WU) 7.0.5451.90 could no longer be force patched using my good ole scripts, I spent the next 2 hours trying to UNINSTALL the WU client.

Here's what I did:

Uninstall WSUS Client 7.0.5451.90 and install WSUS client 5.8.0.2469

Step 1 - Open a command prompt and type the following:
Step 1 wrote:net stop wuauserv
sc config wuauserv start= disabled


Step 2:
Reboot Server

Step 3:
Open notepad, paste in the following code and save it as WSUSDelete.cmd
Code: Select all
del c:\windows\system32\wu*.*
del c:\windows\system32\cdm.dll
del c:\windows\system32\dllcache\wu*.*
del c:\windows\system32\dllcache\cdm.dll
rd /q /s C:\WINDOWS\SoftwareDistribution\WuRedir\
rd /q /s C:\WINDOWS\SoftwareDistribution\webSetup\
rd /q /s C:\WINDOWS\system32\SoftwareDistribution\Setup\
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v AccountDomainSid /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v PingID /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientId /f
REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v LastWaitTimeout /f
REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v DetectionStartTime /f
Reg Delete "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v NextDetectionTime /f


Step 4:
Run the batch file you just created: WSUSDelete.cmd

Step 5:
Open notepad, paste in the following code and save it as WSUSNuke.cmd
Code: Select all
del c:\windows\system32\wu*.*
del c:\windows\system32\cdm.dll
del c:\windows\system32\dllcache\wu*.*
del c:\windows\system32\dllcache\cdm.dll


Step 6:
Download the WSUS client 5.8.0.2469 from the following link: http://go.microsoft.com/fwlink/?LinkId=43264

Ok, here is the tricky part. Because of windows file protection you need to be able to QUICKLY delete the WU files in the System32 as you are installing the old WSUS client 5.8.0.2469 that you just downloaded in Step 6. So, follow step 7 and 8 closely.

Step 7:
Launch the installer for the WSUS client 5.8.0.2469 by double clicking on the file you downloaded in step 6. The file should be called WindowsUpdateAgent20-x86.exe

Image

Step 8:

Image
Click Next ABOVE (BUT DONT CLICK NEXT ON THE FOLLOWING BOX)

Image

Before you click next, first run the batch file you created in step 5 and once it completes, quickly click NEXT

All Done!

Once the install completes you can track the progress of your WSUS client in the file c:\windows\windowsupdate.log

What I prefer to do is have the TAIL command running during the process so I can watch the entire process.

Just download the TAIL command from my site and run this command
Code: Select all
tail -f c:\windows\windowsupdate.log


On my box the WSUS client was upgraded AFTER this process from version 5.8.0.2469 to WSUS client version 5.8.0.2607

Here's my windowsupdate.log AFTER the install of WSUS Client 5.8.0.2469. If you look you can see my WSUS server auto update my agent to 5.8.0.2607

Code: Select all
2007-02-16   02:32:59    820   370   Setup   ***********  Setup: Checking whether self-update is required  ***********
2007-02-16   02:32:59    820   370   Setup     * Inf file: C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wusetup.inf
2007-02-16   02:32:59    820   370   Setup   Update required for C:\WINDOWS\system32\cdm.dll: target version = 5.8.0.2469, required version = 5.8.0.2607
2007-02-16   02:32:59    820   370   Setup   Update required for C:\WINDOWS\system32\iuengine.dll: target version = 5.8.0.2469, required version = 5.8.0.2607
2007-02-16   02:32:59    820   370   Setup   Update required for C:\WINDOWS\system32\wuapi.dll: target version = 5.8.0.2469, required version = 5.8.0.2607
2007-02-16   02:32:59    820   370   Setup   Update required for C:\WINDOWS\system32\wuauclt.exe: target version = 5.8.0.2469, required version = 5.8.0.2607
2007-02-16   02:32:59    820   370   Setup   Update required for C:\WINDOWS\system32\wuauclt1.exe: target version = 5.8.0.2469, required version = 5.8.0.2607
2007-02-16   02:32:59    820   370   Setup   Update required for C:\WINDOWS\system32\wuaucpl.cpl: target version = 5.8.0.2469, required version = 5.8.0.2607
2007-02-16   02:32:59    820   370   Setup   Update required for C:\WINDOWS\system32\wuaueng.dll: target version = 5.8.0.2469, required version = 5.8.0.2607
2007-02-16   02:32:59    820   370   Setup   Update required for C:\WINDOWS\system32\wuaueng1.dll: target version = 5.8.0.2469, required version = 5.8.0.2607
2007-02-16   02:32:59    820   370   Setup   Update required for C:\WINDOWS\system32\wucltui.dll: target version = 5.8.0.2469, required version = 5.8.0.2607
2007-02-16   02:32:59    820   370   Setup   Update required for C:\WINDOWS\system32\wups.dll: target version = 5.8.0.2469, required version = 5.8.0.2607
2007-02-16   02:32:59    820   370   Setup   Update required for C:\WINDOWS\system32\SoftwareDistribution\Setup\ServiceStartup\wups2.dll\5.8.0.2469\wups2.dll: target version = 5.8.0.2469, required version = 5.8.0.2607
2007-02-16   02:32:59    820   370   Setup   Update required for C:\WINDOWS\system32\wuweb.dll: target version = 5.8.0.2469, required version = 5.8.0.2607
2007-02-16   02:32:59    820   370   Setup     * IsUpdateRequired = Yes
2007-02-16   02:32:59    820   370   Setup   *************
2007-02-16   02:32:59    820   370   Setup   ** START **  Setup: Downloading client CABs
2007-02-16   02:32:59    820   370   Setup   *********
2007-02-16   02:32:59    820   370   Setup     * Main CAB URL: http://kfv03/selfupdate/AU/x86/NetServer/en
2007-02-16   02:32:59    820   370   Setup     * MUI CAB URL: http://kfv03/selfupdate/AU/x86/NetServer/mui
2007-02-16   02:32:59    820   370   Setup     * Download directory: C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default
2007-02-16   02:33:04    820   370   Setup   *********
2007-02-16   02:33:04    820   370   Setup   **  END  **  Setup: Downloading client CABs
2007-02-16   02:33:04    820   370   Setup   *************
2007-02-16   02:33:04    820   370   Report   ***********  Report: Initializing static reporting data  ***********
2007-02-16   02:33:04    820   370   Report     * OS Version = 5.2.3790.1.0.196882
2007-02-16   02:33:04    820   370   Report     * Computer Brand = Microsoft Corporation
2007-02-16   02:33:04    820   370   Report     * Computer Model = Virtual Machine
2007-02-16   02:33:04    820   370   Report     * Bios Revision = 080002
2007-02-16   02:33:04    820   370   Report     * Bios Name = BIOS Date: 09/20/05 11:57:15  Ver: 08.00.02
2007-02-16   02:33:04    820   370   Report     * Bios Release Date = 2005-09-20T00:00:00
2007-02-16   02:33:04    820   370   Report     * Locale ID = 1033
2007-02-16   02:33:04    820   370   Agent     * WARNING: Skipping scan, self-update check returned 0x8024001B
2007-02-16   02:33:04    820   144   Setup   *************
2007-02-16   02:33:04    820   144   Setup   ** START **  Setup: Installing client binaries
2007-02-16   02:33:04    820   144   Setup   *********
2007-02-16   02:33:04    820   144   Setup     * Download directory: C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default
2007-02-16   02:33:04    820   144   Setup     * Stop and start service: No
2007-02-16   02:33:04    820   370   Agent     * WARNING: Exit code = 0x8024001B
2007-02-16   02:33:04    820   370   Agent   *********
2007-02-16   02:33:04    820   370   Agent   **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
2007-02-16   02:33:04    820   370   Agent   *************
2007-02-16   02:33:04    820   370   Agent   *************
2007-02-16   02:33:04    820   370   Agent   WARNING: WU client failed Searching for update with error 0x8024001b
2007-02-16   02:33:04    820   144   Setup   Starting file operations for section cdm
2007-02-16   02:33:07    820   144   Setup   Successfully copied source file C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\cdm.dll to C:\WINDOWS\system32\cdm.dll.wusetup.988231.new
2007-02-16   02:33:07    820   144   Setup   Setup successfullly moved C:\WINDOWS\system32\cdm.dll.wusetup.988231.new to C:\WINDOWS\system32\cdm.dll
2007-02-16   02:33:07    820   144   Setup   File operations for section cdm completed successfully
2007-02-16   02:33:07    820   144   Setup   Starting file operations for section iuengine
2007-02-16   02:33:08    820   144   Setup   Successfully copied source file C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\iuengine.dll to C:\WINDOWS\system32\iuengine.dll.wusetup.989162.new
2007-02-16   02:33:08    820   144   Setup   Setup successfullly moved C:\WINDOWS\system32\iuengine.dll.wusetup.989162.new to C:\WINDOWS\system32\iuengine.dll
2007-02-16   02:33:08    820   144   Setup   File operations for section iuengine completed successfully
2007-02-16   02:33:08    820   144   Setup   Starting file operations for section wuapi
2007-02-16   02:33:09    820   144   Setup   Successfully copied source file C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuapi.dll to C:\WINDOWS\system32\wuapi.dll.wusetup.990293.new
2007-02-16   02:33:09    820   144   Setup   Setup successfullly moved C:\WINDOWS\system32\wuapi.dll.wusetup.990293.new to C:\WINDOWS\system32\wuapi.dll
2007-02-16   02:33:09    820   144   Setup   File operations for section wuapi completed successfully
2007-02-16   02:33:09    820   144   Setup   Starting file operations for section wuauclt
2007-02-16   02:33:10    820   144   Setup   Successfully copied source file C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuauclt.exe to C:\WINDOWS\system32\wuauclt.exe.wusetup.991936.new
2007-02-16   02:33:10    820   144   Setup   Setup successfullly moved C:\WINDOWS\system32\wuauclt.exe.wusetup.991936.new to C:\WINDOWS\system32\wuauclt.exe
2007-02-16   02:33:10    820   144   Setup   File operations for section wuauclt completed successfully
2007-02-16   02:33:10    820   144   Setup   Starting file operations for section wuauclt1
2007-02-16   02:33:12    820   144   Setup   Successfully copied source file C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuauclt1.exe to C:\WINDOWS\system32\wuauclt1.exe.wusetup.993208.new
2007-02-16   02:33:12    820   144   Setup   Setup successfullly moved C:\WINDOWS\system32\wuauclt1.exe.wusetup.993208.new to C:\WINDOWS\system32\wuauclt1.exe
2007-02-16   02:33:12    820   144   Setup   File operations for section wuauclt1 completed successfully
2007-02-16   02:33:12    820   144   Setup   Starting file operations for section wuaucpl
2007-02-16   02:33:13    820   144   Setup   Successfully copied source file C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuaucpl.cpl to C:\WINDOWS\system32\wuaucpl.cpl.wusetup.994780.new
2007-02-16   02:33:13    820   144   Setup   Setup successfullly moved C:\WINDOWS\system32\wuaucpl.cpl.wusetup.994780.new to C:\WINDOWS\system32\wuaucpl.cpl
2007-02-16   02:33:13    820   144   Setup   File operations for section wuaucpl completed successfully
2007-02-16   02:33:13    820   144   Setup   Starting file operations for section wuaueng_SelfUpdate
2007-02-16   02:33:14    820   144   Setup   Successfully copied source file C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuaueng.dll to C:\WINDOWS\system32\wuaueng.dll.wusetup.995351.new
2007-02-16   02:33:14    820   144   Setup   Setup successfullly moved C:\WINDOWS\system32\wuaueng.dll.wusetup.995351.new to C:\WINDOWS\system32\wuaueng.dll
2007-02-16   02:33:14    820   144   Setup   File operations for section wuaueng_SelfUpdate completed successfully
2007-02-16   02:33:14    820   144   Setup   Starting file operations for section wuaueng1
2007-02-16   02:33:14    820   144   Setup   Successfully copied source file C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuaueng1.dll to C:\WINDOWS\system32\wuaueng1.dll.wusetup.995922.new
2007-02-16   02:33:14    820   144   Setup   Setup successfullly moved C:\WINDOWS\system32\wuaueng1.dll.wusetup.995922.new to C:\WINDOWS\system32\wuaueng1.dll
2007-02-16   02:33:14    820   144   Setup   File operations for section wuaueng1 completed successfully
2007-02-16   02:33:15    820   144   Setup   Starting file operations for section wucltui
2007-02-16   02:33:15    820   144   Setup   Successfully copied source file C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wucltui.dll to C:\WINDOWS\system32\wucltui.dll.wusetup.996963.new
2007-02-16   02:33:16    820   144   Setup   Setup successfullly moved C:\WINDOWS\system32\wucltui.dll.wusetup.996963.new to C:\WINDOWS\system32\wucltui.dll
2007-02-16   02:33:16    820   144   Setup   Successfully copied source file C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuauhelp.chm to C:\WINDOWS\help\wuauhelp.chm.wusetup.997354.new
2007-02-16   02:33:16    820   144   Setup   Setup successfullly moved C:\WINDOWS\help\wuauhelp.chm.wusetup.997354.new to C:\WINDOWS\help\wuauhelp.chm
2007-02-16   02:33:17    820   144   Setup   Successfully copied source file C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuau.adm to C:\WINDOWS\INF\wuau.adm.wusetup.998195.new
2007-02-16   02:33:17    820   144   Setup   Setup successfullly moved C:\WINDOWS\INF\wuau.adm.wusetup.998195.new to C:\WINDOWS\INF\wuau.adm
2007-02-16   02:33:17    820   144   Setup   File operations for section wucltui completed successfully
2007-02-16   02:33:17    820   144   Setup   Starting file operations for section wups
2007-02-16   02:33:17    820   144   Setup   Successfully copied source file C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wups.dll to C:\WINDOWS\system32\wups.dll.wusetup.998645.new
2007-02-16   02:33:17    820   144   Setup   File operations for section wups completed successfully
2007-02-16   02:33:17    820   144   Setup   Starting file operations for section wups2
2007-02-16   02:33:17    820   144   Setup   Successfully copied source file C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wups2.dll to C:\WINDOWS\system32\wups2.dll.wusetup.998946.new
2007-02-16   02:33:17    820   144   Setup   File operations for section wups2 completed successfully
2007-02-16   02:33:17    820   144   Setup   Starting file operations for section wuweb
2007-02-16   02:33:18    820   144   Setup   Successfully copied source file C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuweb.dll to C:\WINDOWS\system32\wuweb.dll.wusetup.999286.new
2007-02-16   02:33:18    820   144   Setup   Setup successfullly moved C:\WINDOWS\system32\wuweb.dll.wusetup.999286.new to C:\WINDOWS\system32\wuweb.dll
2007-02-16   02:33:18    820   144   Setup   File operations for section wuweb completed successfully
2007-02-16   02:33:18    820   144   Setup   Starting registry operations for section cdm
2007-02-16   02:33:18    820   144   Setup   Completed registration operations for section cdm: status 0
2007-02-16   02:33:18    820   144   Setup   Starting registry operations for section iuengine
2007-02-16   02:33:18    820   144   Setup   Completed registration operations for section iuengine: status 0
2007-02-16   02:33:18    820   144   Setup   Starting registry operations for section wuapi
2007-02-16   02:33:18    820   144   Setup   Registering binary: C:\WINDOWS\system32\regsvr32.exe  /s "C:\WINDOWS\system32\wuapi.dll"
2007-02-16   02:33:18    820   144   Setup   Completed registration operations for section wuapi: status 0
2007-02-16   02:33:18    820   144   Setup   Starting registry operations for section wuauclt
2007-02-16   02:33:18    820   144   Setup   Completed registration operations for section wuauclt: status 0
2007-02-16   02:33:18    820   144   Setup   Starting registry operations for section wuauclt1
2007-02-16   02:33:18    820   144   Setup   Completed registration operations for section wuauclt1: status 0
2007-02-16   02:33:18    820   144   Setup   Starting registry operations for section wuaucpl
2007-02-16   02:33:18    820   144   Setup   Completed registration operations for section wuaucpl: status 0
2007-02-16   02:33:18    820   144   Setup   Starting registry operations for section wuaueng_SelfUpdate
2007-02-16   02:33:18    820   144   Setup   Completed registration operations for section wuaueng_SelfUpdate: status 0
2007-02-16   02:33:18    820   144   Setup   Starting registry operations for section wuaueng1
2007-02-16   02:33:18    820   144   Setup   Registering binary: C:\WINDOWS\system32\regsvr32.exe  /s "C:\WINDOWS\system32\wuaueng1.dll"
2007-02-16   02:33:19    820   144   Setup   Completed registration operations for section wuaueng1: status 0
2007-02-16   02:33:19    820   144   Setup   Starting registry operations for section wucltui
2007-02-16   02:33:19    820   144   Setup   Registering binary: C:\WINDOWS\system32\regsvr32.exe  /s "C:\WINDOWS\system32\wucltui.dll"
2007-02-16   02:33:19    820   144   Setup   Completed registration operations for section wucltui: status 0
2007-02-16   02:33:19    820   144   Setup   Starting registry operations for section wups
2007-02-16   02:33:19    820   144   Setup   Completed registration operations for section wups: status 0
2007-02-16   02:33:19    820   144   Setup   Starting registry operations for section wups2
2007-02-16   02:33:19    820   144   Setup   Completed registration operations for section wups2: status 0
2007-02-16   02:33:19    820   144   Setup   Starting registry operations for section wuweb
2007-02-16   02:33:19    820   144   Setup   Registering binary: C:\WINDOWS\system32\regsvr32.exe  /s "C:\WINDOWS\system32\wuweb.dll"
2007-02-16   02:33:20    820   144   Setup   Completed registration operations for section wuweb: status 0
2007-02-16   02:33:20    820   144   Setup   Processing registry operations completed. Deleting backup files.
2007-02-16   02:33:20    820   144   Setup   Successfully deleted backup file C:\WINDOWS\system32\cdm.dll.wusetup.988331.bak
2007-02-16   02:33:20    820   144   Setup   Successfully deleted backup file C:\WINDOWS\system32\iuengine.dll.wusetup.989212.bak
2007-02-16   02:33:20    820   144   Setup   Successfully deleted backup file C:\WINDOWS\system32\wuapi.dll.wusetup.990364.bak
2007-02-16   02:33:20    820   144   Setup   Successfully deleted backup file C:\WINDOWS\system32\wuauclt.exe.wusetup.992046.bak
2007-02-16   02:33:20    820   144   Setup   Successfully deleted backup file C:\WINDOWS\system32\wuauclt1.exe.wusetup.993328.bak
2007-02-16   02:33:20    820   144   Setup   Successfully deleted backup file C:\WINDOWS\system32\wuaucpl.cpl.wusetup.994820.bak
2007-02-16   02:33:20    820   144   Setup   Successfully deleted backup file C:\WINDOWS\system32\wuaueng1.dll.wusetup.995982.bak
2007-02-16   02:33:20    820   144   Setup   Successfully deleted backup file C:\WINDOWS\system32\wucltui.dll.wusetup.997013.bak
2007-02-16   02:33:20    820   144   Setup   Successfully deleted backup file C:\WINDOWS\help\wuauhelp.chm.wusetup.997574.bak
2007-02-16   02:33:20    820   144   Setup   Successfully deleted backup file C:\WINDOWS\INF\wuau.adm.wusetup.998235.bak
2007-02-16   02:33:20    820   144   Setup   Successfully deleted backup file C:\WINDOWS\system32\wuweb.dll.wusetup.999346.bak
2007-02-16   02:33:20    820   144   Setup   *********
2007-02-16   02:33:20    820   144   Setup   **  END  **  Setup: Installing client binaries
2007-02-16   02:33:20    820   144   Setup   *************
2007-02-16   02:33:20    820   144   Report   REPORT EVENT: {58A8A49D-8817-43BD-91C0-BBF30E5EE0EC}   2007-02-16 02:33:04-0800   1   162   101   {D67661EB-2423-451D-BF5D-13199E37DF28}   0   0   SelfUpdate   Success   Content Download   Download succeeded.
2007-02-16   02:33:20    820   144   Report   REPORT EVENT: {F10B46D2-A54D-4B1F-BA84-16D6F0EB5A26}   2007-02-16 02:33:20-0800   1   201   101   {D67661EB-2423-451D-BF5D-13199E37DF28}   0   0   SelfUpdate   Success   Content Install   Installation pending.
2007-02-16   02:33:20    820   144   PT   Initializing simple targeting cookie, clientId = 9e2a3b15-e51d-4d8f-b33f-c14fd9df8ce2, target group = , DNS name = kfv01.krausefamily.com
2007-02-16   02:33:20    820   144   PT     Server URL = http://kfv03/SimpleAuthWebService/SimpleAuth.asmx
2007-02-16   02:33:21    820   144   Report   Uploading 2 events using cached cookie, reporting URL = http://kfv03/ReportingWebService/ReportingWebService.asmx
2007-02-16   02:33:21    820   144   Report   Reporter successfully uploaded 2 events.
2007-02-16   02:33:22    820   144   Service   *********
2007-02-16   02:33:22    820   144   Service   **  END  **  Service: Service exit [Exit code = 0x240002]
2007-02-16   02:33:22    820   144   Service   *************
2007-02-16   02:33:22    820   144   Misc   ===========  Logging initialized (build: 5.8.0.2607, tz: -0800)  ===========
2007-02-16   02:33:22    820   144   Misc     = Process: C:\WINDOWS\System32\svchost.exe
2007-02-16   02:33:22    820   144   Misc     = Module: C:\WINDOWS\system32\wuaueng.dll
2007-02-16   02:33:22    820   144   Service   *************
2007-02-16   02:33:22    820   144   Service   ** START **  Service: Service startup
2007-02-16   02:33:22    820   144   Service   *********
2007-02-16   02:33:22    820   144   Setup   Registering binary: C:\WINDOWS\system32\regsvr32.exe  /s "C:\WINDOWS\system32\SoftwareDistribution\Setup\ServiceStartup\wups.dll\5.8.0.2607\wups.dll"
2007-02-16   02:33:22    820   144   Setup   Registering binary: C:\WINDOWS\system32\regsvr32.exe  /s "C:\WINDOWS\system32\SoftwareDistribution\Setup\ServiceStartup\wups2.dll\5.8.0.2607\wups2.dll"
2007-02-16   02:33:22    820   144   Agent     * WU client version 5.8.0.2607
2007-02-16   02:33:22    820   144   Agent     * SusClientId = '9e2a3b15-e51d-4d8f-b33f-c14fd9df8ce2'
2007-02-16   02:33:22    820   144   Agent     * Base directory: C:\WINDOWS\SoftwareDistribution
2007-02-16   02:33:22    820   144   Agent     * Access type: No proxy
2007-02-16   02:33:22    820   144   Agent     * Network state: Connected
2007-02-16   02:33:23    820   144   Report   ***********  Report: Initializing static reporting data  ***********
2007-02-16   02:33:23    820   144   Report     * OS Version = 5.2.3790.1.0.196882
2007-02-16   02:33:24    820   144   Report     * Computer Brand = Microsoft Corporation
2007-02-16   02:33:24    820   144   Report     * Computer Model = Virtual Machine
2007-02-16   02:33:24    820   144   Report     * Bios Revision = 080002
2007-02-16   02:33:24    820   144   Report     * Bios Name = BIOS Date: 09/20/05 11:57:15  Ver: 08.00.02
2007-02-16   02:33:24    820   144   Report     * Bios Release Date = 2005-09-20T00:00:00
2007-02-16   02:33:24    820   144   Report     * Locale ID = 1033
2007-02-16   02:33:24    820   144   Service     * Service restarted after self update


Hope that helps someone!
User avatar
MrGroove
Groovy Overlord
 
Posts: 103
Joined: Fri Sep 12, 2003 10:45 am

Return to Windows Server

Who is online

Users browsing this forum: No registered users and 1 guest

cron