wsus guru - how to patch me NOW !
started using wsus, so still a virgin. is there a way for the user to like click a button (maybe a script, .exe, shortcut, etc) and it will connect to wsus and patch the computer? me using GPO to point the computers to wsus.
wuauclt /detectnow at the command prompt will force the pc to go to the WSUS Server for updates
and here's some scripts: http://msmvps.com/blogs/athif/archiv.../15/95060.aspx
and here's some scripts: http://msmvps.com/blogs/athif/archiv.../15/95060.aspx
Last edited by Kieran_Burns; Feb 23, 2010 at 06:55 PM.
create a batch file with the following code:
I only use it if its a new machine when our image is out of date for patches. Once its on our network wsus will keep it up to date.
Code:
net stop wuauserv net start wuauserv wuauclt /resetauthorization /detectnow
Last edited by ChristianR; Feb 24, 2010 at 09:55 AM.
If you want to do this on an ad hoc basis, check out a (free) utility called "gpupdate" by Specops (IIRC), it adds some context menu items into the ADUC snap in that allow you to initiate wuauclt, and gpupdate tasks on endpoints...
Alternatively, batch file containing "wuauclt /detectnow" once the client has received the WSUS group policy will do the trick.

Kelvin
Alternatively, batch file containing "wuauclt /detectnow" once the client has received the WSUS group policy will do the trick.

Kelvin
Thread
Thread Starter
Forum
Replies
Last Post
Floyd
Non Scooby Related
8
Mar 16, 2001 04:14 PM




