
Retrieve Installed Windows Updates with PowerShell
Estimated reading time: 1 minutes
If you want to find the full list of Windows Updates installed on your machine, you can use a PowerShell command. This method is particularly useful for operating systems like Windows Server Core, where graphical user interfaces might not be available.
Using PowerShell to List Installed Windows Updates
Command
To retrieve a list of installed Windows Updates, run the following command in a PowerShell environment on the machine you want to check:
Get-WmiObject -Class "win32_quickfixengineering"
Video Guide
Output
This command will generate a list detailing all the installed Windows Updates on your system. The output will include information such as the update’s hotfix ID, description, and the installation date.
Comments
If you have any comments or questions, please feel free to use our comments system below.
By Andrew Armstrong
Founder of TechyGeeksHome and Head Editor for over 15 years! IT expert in multiple areas for over 26 years. Sharing experience and knowledge whenever possible! Making IT Happen.

