Source Code and Samples

Friday 9 February 2007

Listing Installed Hotfixes (using PowerShell and WMI)

Description

Get-WmiObject -Class Win32_QuickFixEngineering -ComputerName . (You can replace the trailing dot with a remote computer name).

Source Code

Get-WmiObject -Class Win32_QuickFixEngineering -ComputerName .

No comments: