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:
COMMENTS
If you have any comments or questions, please feel free to use our comments system below.
Feedback is critical to our site so please, if this has helped you out, give the article a star rating above, it only takes one click! Thank You!