Query Details

Search Recently Created Files At A Location

Query

Author: Niklas Tinner (@NiklasTinner)

FileInfo('C:\Windows\*')
| order by CreatedDateTime desc

Explanation

The query is searching for files in the C:\Windows directory and ordering them by their creation date in descending order.

Details

Ugur Koc profile picture

Ugur Koc

Released: February 4, 2024

Tables

FileInfo

Keywords

FileInfo,CreatedDateTime

Operators

FileInfoorder byCreatedDateTimedesc

Actions