Hi,
If you have installed patches/updates for an existing installed software, you will not be able to identify the patches/updates themselves.
You can identify that the existing installed software have been updated by checking the version/build number of the installed software.'
The following PowerShell command lists all installed software and their versions:
Get-WmiObject -Class Win32_Product | Select Name, Version
Best regards,
Leon