March 22nd, 2015

PowerTip: Use PowerShell to Verify Hotfix

Doctor Scripto
Scripter

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

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.

Feedback