Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Verify Hotfix

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles