PowerTip: Use PowerShell to Verify Hotfix

Doctor Scripto

Summary: Use Windows PowerShell to verify if a hotfix is installed.

Hey, Scripting Guy! Question How can I use Windows PowerShell to verify that my workstation running Windows 8.1 has
           the November DSC rollup installed?

Hey, Scripting Guy! Answer Use the Get-Hotfix cmdlet and search for ID KB3000850:

Get-HotFix -Id kb3000850

0 comments

Discussion is closed.

Feedback usabilla icon