Note that the first scan for what updates are needed can take some time (The icon will not show during the scan). If that doesn't work, try this one: rem ******************************* FIXWSUS.CMD ************************************* net stop wuauserv regsvr32 /s wuapi.dll regsvr32 /s wups.dll regsvr32 /s wuaueng.dll regsvr32 /s wucltui.dll regsvr32 /s msxml3.dll c: cd %windir%\SoftwareDistribution rd /s/q DataStore mkdir DataStore rd /s/q Download mkdir Download net start wuauserv rem Fixes problem with client machines not showing up on the server due to imaging method 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 cls @echo Triggering detection after resetting WSUS client identity net stop "Automatic Updates" net start "Automatic Updates" wuauclt /resetauthorization /detectnow echo susid set to unique>c:\wsusfix.txt
________________________________ From: Christopher Boggs [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 3:49 PM To: NT System Admin Issues Subject: RE: How to run WindowsUpdate on demand, with WSUS v3? There should be way more in your log than that. Is there a Windows Update.log file as well? (note the space) ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 3:45 PM To: NT System Admin Issues Subject: RE: How to run WindowsUpdate on demand, with WSUS v3? "Christopher Boggs" <[EMAIL PROTECTED]> wrote on 01/30/2008 04:38:00 PM: > If you're still having issues after that, post the WindowsUpdate.log > file (from your %windir%) 2008-01-30 10:47:47 15:47:47 Success IUCTL Starting 2008-01-30 10:47:47 15:47:47 Success IUCTL Shutting down This is after running the script. > Is the test system showing up in WSUS Yes. >, and has it reported its status yet? Says "Updates needed 41" on the pie chart, when I click on the computer name in the group, on the WSUS console. Client is Win2003 Standard, if that helps. ~ Upgrade to Next Generation Antispam/Antivirus with Ninja! ~ ~ <http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm> ~
