This may be what you are looking for:
http://technet2.microsoft.com/Window....mspx?mfr=true
Manipulate Automatic Updates Behavior Using Command-line Options
Project Writer: WSUA Writer
There are two documented command-line options used for manipulating
Automatic Updates behavior. These options are meant to be run from a command
prompt. They are helpful for testing and troubleshooting client computers.
For comprehensive troubleshooting information for problems with both the WSUS
server and client computers, see "Microsoft Windows Server Update Services
Operations Guide."
Detectnow Option
Because waiting for detection to start can be a time-consuming process, an
option has been added to allow you to initiate detection right away. On one
of the computers with the new Automatic Update client installed, run the
following command at the command prompt:
wuauclt.exe /detectnow
Resetauthorization Option
WSUS uses a cookie on client computers to store various types of
information, including computer group membership when client-side targeting
is used. By default this cookie expires an hour after WSUS creates it. If you
are using client-side targeting and change group membership, use this option
in combination with detectnow to expire the cookie, initiate detection, and
have WSUS update computer group membership.
Note that when combining parameters, you can use them only in the order
specified as follows:
wuauclt.exe /resetauthorization /detectnow
"Will Vincent" wrote:
> I am trying to troubleshoot some problems with windows automatic
> updates on our network. Problem is everything I try, I have to wait
> until the next day to see if it worked.
>
> Is there a command or .exe to run that will start an automatic update
> request? Manual updates via update.microsoft.com work fine. I need to
> test WAU. It would be nice to be able to see right away if something
> worked.
>
> Any help would be great....Thanks!!
>
>