How Can We Help?
How to get all details from Installed Updates Window
A first way can be to activate the following powershell module
Install-Module PSWindowsUpdate -force
and then give the following command
Get-WuHistory
===================
A second way is to use this command
Get-WmiObject -Class Win32_QuickFixEngineering
but the result is less detailed
====================
More tools can be found in the Powershell section