if it's a long list, I figured the most recent would be near the cursor which is why I didn't do it that way.
On Sun, May 15, 2011 at 6:29 AM, Webster <[email protected]> wrote: > To see the most current first, sort in descending order. > > > > PS C:\> Get-Hotfix | Sort -Desc InstalledOn > > > > Source Description HotFixID InstalledBy > InstalledOn > > ------ ----------- -------- ----------- > ----------- > > WRITING Update KB2529073 WRITING\cwebster 5/11/2011 > 12:00:00 AM > > WRITING Update KB2534366 WRITING\cwebster 5/11/2011 > 12:00:00 AM > > WRITING Update KB2533552 NT AUTHORITY\SYSTEM 5/11/2011 > 12:00:00 AM > > WRITING Update KB2515325 NT AUTHORITY\SYSTEM 4/28/2011 > 12:00:00 AM > > WRITING Update KB2492386 NT AUTHORITY\SYSTEM 4/28/2011 > 12:00:00 AM > > WRITING Update KB982018 NT AUTHORITY\SYSTEM 4/28/2011 > 12:00:00 AM > > WRITING Update KB2522422 NT AUTHORITY\SYSTEM 4/28/2011 > 12:00:00 AM > > WRITING Update KB2506928 NT AUTHORITY\SYSTEM 4/27/2011 > 12:00:00 AM > > WRITING Security Update KB2507618 NT AUTHORITY\SYSTEM 4/15/2011 > 12:00:00 AM > > > > *From:* Steven Peck [mailto:[email protected]] > *Subject:* Re: Windows Update list > > > > In PowerShell > > PS:> get-hotfix | sort InstalledOn > > > > It will tell you the when, etc. Here's a few lines from my home system. > > > > Source Description HotFixID InstalledBy > InstalledOn > ------ ----------- -------- ----------- > ----------- > GOLD Update KB971033 NT AUTHORITY\SYSTEM > 10/18/2010 12:00:00 AM > GOLD Update KB958488 gold\sepeck > 10/18/2010 12:00:00 AM > GOLD Security Update KB2305420 NT AUTHORITY\SYSTEM > 12/15/2010 12:00:00 AM > GOLD Update KB976902 NT AUTHORITY\SYSTEM 1/18/2011 > 12:00:00 AM > GOLD Security Update KB2485376 NT AUTHORITY\SYSTEM 2/10/2011 > 12:00:00 AM > GOLD Update KB2487426 NT AUTHORITY\SYSTEM 2/10/2011 > 12:00:00 AM > GOLD Security Update KB2479628 NT AUTHORITY\SYSTEM 2/10/2011 > 12:00:00 AM > GOLD Security Update KB2425227 NT AUTHORITY\SYSTEM 2/10/2011 > 12:00:00 AM > > > > > > On Sat, May 14, 2011 at 8:24 PM, Crawford, Scott <[email protected]> > wrote: > > I'm not aware of such a list, though I don't doubt one exists...But, you > can view installed updates as well as the date they were installed in > Control Panel/Programs/Programs and Features/Installed Updates > > > -----Original Message----- > From: Jim McAtee [mailto:[email protected]] > Subject: Windows Update list > > Is there a comprehensive list anywhere of Windows Updates (specificlly, > looking for Windows 7) with the dates that they come out? I'm trying to > troubleshoot an application that has suddenly stopped working on Windows 7 > systems. It appears to be a Windows firewall issue, and I'm wondering if > users with automatic updtes enabled may be affected, and exactly why. > > ~ 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 [email protected] > with the body: unsubscribe ntsysadmin > ~ 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 [email protected] with the body: unsubscribe ntsysadmin
