Give this PowerShell script a try:

$Computername = Read-Host "Enter a Computer Name"

  get-hotfix -ComputerName $Computername | Sort-object InstalledOn -descending 
| Out-Gridview


Thanks,
Ken …

From: [email protected] [mailto:[email protected]] On 
Behalf Of Rickym61
Sent: Thursday, July 31, 2014 9:01 AM
To: [email protected]; [email protected]
Subject: [mssms] Document Updates Installed.

Hi All,

Anyone got any clever scripts that will document what updates are installed on 
a box, I'm after a list of all the updates shown in "installed updates" from 
program's and features. I've seen various scripts but some of them don't 
capture all updates.

Need this as I'm listing the updates in a document 1 by 1 for following groups 
once I've done the quarterly image update in our design document, getting 
tedious now.

Office
OS
.Net
Adobe

Thanks all.

-----
Sent from my iMailG



Reply via email to