Hello,
The current query for "Patches applied" lists all the patches applied, but does not include patches applied via MSI or downloaded from Windows Update.
Query:
SELECT
hotfix_id,
description,
installed_by,
installed_on
FROM patches
Is there any way to edit the query so that it includes all the patches even those via MSI or downloaded from Windows Update ?
Thank you
Top Comments