From LedHed's Wiki
Jump to: navigation, search
Line 13: Line 13:
  
 
  wuauclt.exe /r
 
  wuauclt.exe /r
 +
 +
== WSUS 3.0 SP1 Tips ==
 +
 +
1) Make sure Disk Quotas are disabled on the drive where you host the WSUS update files. Otherwise the MMC snap-in will fail with an "Out of disk space" error.
 +
 +
2) If you install WSUS 3 SP1 on port 8530, the SelfUpdate virtual directory isn't created. You will have to manually create the SelfUpdate virtual directory and point it to C:\Program Files\Update Services\Selfupdate (leave the default permissions)<br>
 +
Reference: [http://blogs.msdn.com/jjameson/archive/2008/04/08/wsus-clients-failing-with-error-0x80244019-after-installing-wsus-sp1.aspx Error 0x80244019 After Installing WSUS SP1]
 +
 +
  
 
[[Category:Windows]]
 
[[Category:Windows]]

Revision as of 19:29, 13 January 2009

Windows Automatic Update Client Command Line Switches

wuauclt:

/r or /reportnow
/a or /resetauthorization
/detectnow
/? or /h or /help

Force an Update

wuauclt.exe /a /detectnow

Force a client to report to the WSUS server

wuauclt.exe /r

WSUS 3.0 SP1 Tips

1) Make sure Disk Quotas are disabled on the drive where you host the WSUS update files. Otherwise the MMC snap-in will fail with an "Out of disk space" error.

2) If you install WSUS 3 SP1 on port 8530, the SelfUpdate virtual directory isn't created. You will have to manually create the SelfUpdate virtual directory and point it to C:\Program Files\Update Services\Selfupdate (leave the default permissions)
Reference: Error 0x80244019 After Installing WSUS SP1