.net patches not listed in wmic qfe list

Hello,

    Trying to find a way to see if the following patch KB2604092 and others are installed from DOS prompt...

wmic qfe list and a query against Win32_QuickFixEngineering seem to list all but the .net patches... is there a way to list out what .net patches have been installed? (it'd be nice to have the KB## in the list but if there is another way to see it that would likely work.)

Thank you

May 13th, 2014 6:21pm

Hi,

Based on my research, you can use PowerShell to view updates installed on the computer.

Please try these comlets below:

$updateSearcher = new-object -com "Microsoft.Update.Searcher"

$totalupdates = $updateSearcher.GetTotalHistoryCount()

$patchList=$updateSearcher.QueryHistory(1,$totalupdates)

$patchList|select title

More information for you:

Listing all the patches/updates installed in Windows machine

http://social.technet.microsoft.com/Forums/windowsserver/en-US/7ee12fc3-4ea0-49aa-bc7d-6a8dde3ebcee/listing-all-the-patchesupdates-installed-in-windows-machine?forum=winserverpowershell

How to List All of the Windows and Software Updates Applied to a Computer

http://social.technet.microsoft.com/wiki/contents/articles/4197.how-to-list-all-of-the-windows-and-software-updates-applied-to-a-computer.aspx#PowerShell

PowerTip: Quickly Find System Updates via PowerShell

http://blogs.technet.com/b/heyscriptingguy/archive/2012/09/15/powertip-quickly-find-system-updates-via-powershell.aspx

Best Regards,

Amy

Free Windows Admin Tool Kit Click here and download it now
May 15th, 2014 8:32am

Hi Jason,

Do you need further assistances on this issue by now?

If yes, please feel free to let us know.

Have a nice day!

Amy
May 19th, 2014 9:46am

Hi Amy,

By using Powershell we are getting all the installed patches with .net, is there any way to find only.net by using the KB no. or installed date..?

Thank you


  • Edited by Avinash77 18 hours 12 minutes ago
Free Windows Admin Tool Kit Click here and download it now
March 23rd, 2015 8:52am

Hi,

Since this thread has been quiet for almost a year, please post a new thread so that more forum members would be able to help.

In addition, if the question is specific to PowerShell, please post in Windows PowerShell forum where PowerShell experts would fulfill your requirements more efficiently:

https://social.technet.microsoft.com/Forums/en-US/home?forum=winserverpowershell&filter=alltypes&sort=lastpostdesc

Best Regards,

Amy

March 23rd, 2015 9:37pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics