How Can We Help?

Categories

How to get all details from Installed Updates Window

You are here:
< Back

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