Friday, May 15, 2009

How to find installed hotfixes in a system

From powershell enter

Get-WmiObject -Class Win32_QuickFixEngineering | format-table HotFixID, Description, 'Install Date'

or

Get-WmiObject -Class Win32_QuickFixEngineering | format-list

No comments:

Post a Comment