Click to Rate and Give Feedback
TechNet
TechNet Library
Systems Management
Update Management
Operations
 Appendix H: The wuauclt Utility

  Switch on low bandwidth view
Appendix H: The wuauclt Utility

The wuauclt utility allows you some control over the functioning of the Windows Update Agent. It is updated as part of Windows Update.

Command line switches for wuauclt

The following are the command line for wuauclt.

 

Option Description

/a /ResetAuthorization

Initiates an asynchronous background search for applicable updates. If Automatic Updates is disabled, this option has no effect.

/r /ReportNow

Sends all queued reporting events to the server asynchronously.

/? /h /help

Shows this help information.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Other switches      BigBadJohn   |   Edit   |   Show History

I've never seen wuauclt /? display anything useful.

However, if you want to initialize Windows Update to install updates on a client, use wuauclt /detectnow.

Tags What's this?: Add a tag
Flag as ContentBug
To Overcome automatic detection frequency setting !!      hemant singh ... Bradwarr   |   Edit   |   Show History

The "automatic detection frequency" on clients node are 1 hour. can i force the client to detect the newly approved update without waiting for one hour.

I tried to use wuauclt.exe /detectnow but it did not help.

Did you use both /detectnow and /r /reportnow

Tags What's this?: Add a tag
Flag as ContentBug
No help      LuckyLindy   |   Edit   |   Show History
wuauclt /?, wuauclt /help, wuauclt /h does not work. Where is documentation for /detectnow?
report now steps      rich603   |   Edit   |   Show History

I Found that I had to do both

wuauclt /a /detectnow

and then

wuauclt /r

for an update to occur

Tags What's this?: Add a tag
Flag as ContentBug
This works well. Save to a .cmd or batch file and run.      B-rent   |   Edit   |   Show History
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
Tags What's this?: force (x) update (x) wsus (x) Add a tag
Flag as ContentBug
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker