Tag: drivers

44 script(s) tagged “drivers”

⚑ PowerShell 5.1+

Watch System Drivers for Changes

Polls Win32_SystemDriver on an interval and prints a line whenever the System Drivers count changes β€” a lightweight way…

🧬 WQL / PowerShell

Win32_SystemDriver: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_SystemDriver via Register-CimIndicationEvent β€” real WQL event que…

⚑ PowerShell 5.1+

Backup Signed Drivers List to JSON

Snapshots Signed Drivers from Win32_PnPSignedDriver to a timestamped JSON file for later comparison or auditing.

🟣 C# / .NET 6+

Get Signed Drivers Report (C#)

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

🧬 WQL / PowerShell

Win32_PnPSignedDriver: Finding Associated Objects (WQL ASSOCIATORS OF)

Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_PnPSi…

🟣 C# / .NET 6+

Backup Signed Drivers to JSON (C#)

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

πŸ“Š VBA (Excel)

Load Signed Drivers into Excel via WMI

Queries Win32_PnPSignedDriver via GetObject("winmgmts:") and dumps every Signed Drivers row straight onto the active wo…

πŸ“Š VBA (Excel)

Load System Drivers into Excel via WMI

Queries Win32_SystemDriver via GetObject("winmgmts:") and dumps every System Drivers row straight onto the active works…

πŸ–₯️ Batch (CMD)

Get Signed Drivers Report (Batch)

Uses wmic to list Signed Drivers (Win32_PnPSignedDriver) straight from the command line.

πŸ“œ VBScript (WSH)

Get System Drivers Report (VBScript)

Queries Win32_SystemDriver via WMI and prints System Drivers to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Get Signed Drivers Report (VBScript)

Queries Win32_PnPSignedDriver via WMI and prints Signed Drivers to the console β€” no PowerShell required.

🐍 Python 3.10+

Export Signed Drivers to CSV (Python)

Exports Signed Drivers (Win32_PnPSignedDriver) to a timestamped CSV file via wmic.