Tag: drivers
44 script(s) tagged “drivers”
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…
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…
Backup System Drivers to JSON (C#)
Snapshots System Drivers (Win32_SystemDriver) to a timestamped JSON file via System.Management and System.Text.Json.
Win32_SystemDriver: System Drivers (WQL)
A minimal WQL reference query against Win32_SystemDriver — the raw SELECT statement plus a one-line runner, useful for …
Get System Drivers Report (C#)
Queries Win32_SystemDriver via WMI (System.Management) and prints System Drivers to the console.
Win32_PnPSignedDriver: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_PnPSignedDriver via Register-CimIndicationEvent — real WQL event …
Backup System Drivers to JSON (Python)
Snapshots System Drivers (Win32_SystemDriver) to a timestamped JSON file for later comparison or auditing.
Get System Drivers Report (Python)
Uses wmic under the hood to report System Drivers (Win32_SystemDriver) — no third-party packages required.
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…
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…
Watch Signed Drivers for Changes
Polls Win32_PnPSignedDriver on an interval and prints a line whenever the Signed Drivers count changes — a lightweight …
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…