Query Details

Find Drivers That Dont Have Associated Inf Files

Query

Use Case: Identifying Windows drivers without an associated INF (Information) file in a system's database.

Query: 

WindowsDriver
| where isnull(InfName)

Explanation

The query is looking for Windows drivers that do not have an associated INF file in the system's database.

Details

Ugur Koc profile picture

Ugur Koc

Released: February 4, 2024

Tables

WindowsDriver

Keywords

WindowsDriver,InfName

Operators

whereisnull

Actions