Tag: drivers
44 script(s) tagged “drivers”
Watch System Drivers for Changes
Polls Win32_SystemDriver on an interval and prints a line whenever the System Drivers count changes β a lightweight wayβ¦
Win32_SystemDriver: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_SystemDriver via Register-CimIndicationEvent β real WQL event queβ¦
Backup Signed Drivers List to JSON
Snapshots Signed Drivers from Win32_PnPSignedDriver to a timestamped JSON file for later comparison or auditing.
Get Signed Drivers Report (C#)
Queries Win32_PnPSignedDriver via WMI (System.Management) and prints Signed Drivers to the console.
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β¦
Backup Signed Drivers to JSON (C#)
Snapshots Signed Drivers (Win32_PnPSignedDriver) to a timestamped JSON file via System.Management and System.Text.Json.
Load Signed Drivers into Excel via WMI
Queries Win32_PnPSignedDriver via GetObject("winmgmts:") and dumps every Signed Drivers row straight onto the active woβ¦
Load System Drivers into Excel via WMI
Queries Win32_SystemDriver via GetObject("winmgmts:") and dumps every System Drivers row straight onto the active worksβ¦
Get Signed Drivers Report (Batch)
Uses wmic to list Signed Drivers (Win32_PnPSignedDriver) straight from the command line.
Get System Drivers Report (VBScript)
Queries Win32_SystemDriver via WMI and prints System Drivers to the console β no PowerShell required.
Get Signed Drivers Report (VBScript)
Queries Win32_PnPSignedDriver via WMI and prints Signed Drivers to the console β no PowerShell required.
Export Signed Drivers to CSV (Python)
Exports Signed Drivers (Win32_PnPSignedDriver) to a timestamped CSV file via wmic.