Query Details

Windows Quick Fix Engineering Hot Fixes

Query

Author: Niklas Tinner (@NiklasTinner)

Use Case: Retrieve a list of Windows Quick Fix Engineering (QFE) updates installed on a system, sorted by their installation date in descending order.

WindowsQfe
| order by InstalledDate desc

Explanation

This query retrieves a list of Windows Quick Fix Engineering (QFE) updates installed on a system. The updates are sorted by their installation date, with the most recent updates appearing first.

Details

Ugur Koc profile picture

Ugur Koc

Released: February 4, 2024

Tables

WindowsQfe

Keywords

WindowsQfe,InstalledDate

Operators

order bydesc

Actions