Cool, here's an interesting tidbit:
http://social.technet.microsoft.com/wiki/contents/articles/how-to-install-multiple-windows-updates-and-or-hotfixes-in-a-time.aspx

________________________________
From: Webster
Sent: Tuesday, January 1, 2013 2:00 PM
To: NT System Admin Issues
Subject: RE: Installing Microsoft Update Standalone Packages Silently question

I gave up on the log files and resorted to using PoSH.

$MyTime =(Get-Date).AddMinutes(-10)
$wusa = get-winevent -filterhashtable 
@{logname="setup";providername="Microsoft-Windows-WUSA";starttime=$MyTime}
$wusa | fl | out-file c:\install\xenapp\logs\MicrosoftHotfixes.txt

This grabs all the WUSA events in the Setup event log that happened within the 
last 10 minutes and sends them to a log file that makes the QA people happy.

Thanks


Webster

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Reply via email to