get installed patch list on the local computer   Leave a comment

powershell:Get-WmiObject -Query ‘select * from Win32_QuickFixEngineering’ | ? {$_.installedon -like “*2010″ } |sort installedon -descending | ft hotfixid,installedon

WMIC(shipped with windows by default)

wmic qfe get description,HotFixID,InstalledOn | findstr -i “2010″

Posted 2010/06/12 by xunyangit.wordpress.com in Cmdlets&Tools

Tagged with ,

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.