[itdiscuss] WSUS
Danny Ybarra
dannyy at viantsolutions.com
Tue Mar 31 17:57:51 EDT 2009
Batch file that we have had around here.
Forgot where it came from. Don't have time at the moment to research it :)
@echo off
Echo This batch file will Force the Update Detection from the AU client:
Echo 1. Stops the Automatic Updates Service (wuauserv)
Echo 2. Deletes the LastWaitTimeout registry key (if it exists)
Echo 3. Deletes the DetectionStartTime registry key (if it exists)
Echo 4. Deletes the NextDetectionTime registry key (if it exists)
Echo 5. Restart the Automatic Updates Service (wuauserv)
Echo 6. Force the detection
@echo on
net stop wuauserv
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
net start wuauserv
wuauclt /detectnow
pause
@echo off
Echo This AU client will now check for the Updates on the Local WSUS Server.
Danny Ybarra
Viant Solutions
678-358-4603
From: discuss-bounces at itdiscuss.org [mailto:discuss-bounces at itdiscuss.org] On Behalf Of Ray Tyner
Sent: Tuesday, March 31, 2009 5:28 PM
To: IT Discussion Forum
Subject: [itdiscuss] WSUS
I'm running WSUS 3.0 on a WIN2K3 server. I have three clients that have stopped reporting to the server. I removed them from the server configuration and let them be recognized again by the server. They are back but still will not report to the server. I performed the trouble shooting recommended on TechNet but have found no problem with the client.
Does anyone have any ideas?
Ray Tyner
Peachtree City UMC
678.642.3362
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://optimus.thompsonic.com/pipermail/discuss/attachments/20090331/f846c9c8/attachment-0001.htm
More information about the discuss
mailing list