Powershell – Get List of Windows Updates Installed

Last updated on April 16th, 2023 at 11:28 pm

Read Time:27 Second

If you want to find the full list of Windows Updates that you have installed on your machine, you can use a Powershell command to find this information. This is particularly helpful for operating systems like Windows Server 2012 R2 Core.

COMMAND

Run this command in a Powershell environment on the machine you want to find the list of updates for:

 Get-WmiObject -Class "win32_quickfixengineering"  

This should now detail all the Windows Updates like this:

Powershell - Get List of Windows Updates Installed 1

COMMENTS

If you have any comments or questions, please feel free to use our comments system below.

Avatar for Andrew Armstrong

About Post Author

Andrew Armstrong

Founder of TechyGeeksHome and Head Editor for over 15 years! IT expert in multiple areas for over 23 years. Sharing experience and knowledge whenever possible! Making IT Happen.
administrator
Click to rate this post!
[Total: 0 Average: 0]

Discover more from TechyGeeksHome

Subscribe to get the latest posts to your email.

Leave us a message...

This site uses Akismet to reduce spam. Learn how your comment data is processed.