Summary : Use Windows PowerShell to identify updates applied to a computer system.
How can I find which updates are applied to my computer?
Use the Get-Hotfix cmdlet. To find updates, use the Description parameter and specify Update :
Get… Read the full text.