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

PowerTip: Use PowerShell to Find Security Hotfixes

$
0
0

Summary: Use Windows PowerShell to quickly find all installed security hotfixes.

Hey, Scripting Guy! Question How can I use Windows PowerShell to identify installed security hotfixes?

Hey, Scripting Guy! Answer Use the Get-Hotfix cmdlet and use a wildcard pattern for the description parameter:

Get-HotFix -Description *security*


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>