Tag: drivers

44 script(s) tagged “drivers”

🧬 WQL / PowerShell

Win32_PnPSignedDriver: Sorting Signed Drivers (WQL has no ORDER BY)

WQL has no ORDER BY clause — this shows the standard workaround of piping Get-CimInstance results through Sort-Object o…

🧬 WQL / PowerShell

Win32_PnPSignedDriver: Discovering Available Properties (Get-CimClass)

Uses Get-CimClass to list every real property and method Win32_PnPSignedDriver exposes on the current system, instead o…

🟣 C# / .NET 6+

Backup System Drivers to JSON (C#)

Snapshots System Drivers (Win32_SystemDriver) to a timestamped JSON file via System.Management and System.Text.Json.

🧬 WQL / PowerShell

Win32_SystemDriver: System Drivers (WQL)

A minimal WQL reference query against Win32_SystemDriver — the raw SELECT statement plus a one-line runner, useful for …

🟣 C# / .NET 6+

Get System Drivers Report (C#)

Queries Win32_SystemDriver via WMI (System.Management) and prints System Drivers to the console.

🧬 WQL / PowerShell

Win32_PnPSignedDriver: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_PnPSignedDriver via Register-CimIndicationEvent — real WQL event …

🐍 Python 3.10+

Backup System Drivers to JSON (Python)

Snapshots System Drivers (Win32_SystemDriver) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Get System Drivers Report (Python)

Uses wmic under the hood to report System Drivers (Win32_SystemDriver) — no third-party packages required.

📊 VBA (Excel)

Export Signed Drivers to CSV via WMI (VBA)

Queries Win32_PnPSignedDriver via WMI and writes every Signed Drivers row straight to a CSV file in Documents, using pl…

🧬 WQL / PowerShell

Win32_SystemDriver: Discovering Available Properties (Get-CimClass)

Uses Get-CimClass to list every real property and method Win32_SystemDriver exposes on the current system, instead of g…

⚡ PowerShell 5.1+

Watch Signed Drivers for Changes

Polls Win32_PnPSignedDriver on an interval and prints a line whenever the Signed Drivers count changes — a lightweight …

🧬 WQL / PowerShell

Win32_SystemDriver: Sorting System Drivers (WQL has no ORDER BY)

WQL has no ORDER BY clause — this shows the standard workaround of piping Get-CimInstance results through Sort-Object o…