Summary: Use Windows PowerShell to quickly find all installed security hotfixes.
How can I use Windows PowerShell to identify installed security hotfixes?
Use the Get-Hotfix cmdlet and use a wildcard pattern for the description parameter:
Get-HotFix -Description *security*