Tag: drivers

44 script(s) tagged “drivers”

⚑ PowerShell 5.1+

Backup System Drivers List to JSON

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

πŸ“œ VBScript (WSH)

Get Signed Drivers Report to File (VBScript)

Queries Win32_PnPSignedDriver via WMI and writes Signed Drivers to a timestamped text file, handy for scheduled logon/l…

🧬 WQL / PowerShell

Win32_PnPSignedDriver: Querying Signed Drivers Remotely (CIM Session)

Runs the same Win32_PnPSignedDriver WQL query against a remote computer over a CIM session β€” the modern, WinRM-based re…

🧬 WQL / PowerShell

Win32_SystemDriver: Filtering System Drivers (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_SystemDriver, starting from a LIKE '%' wildcard you customize with a re…

🐍 Python 3.10+

Get Signed Drivers Report (Python)

Uses wmic under the hood to report Signed Drivers (Win32_PnPSignedDriver) β€” no third-party packages required.

⚑ PowerShell 5.1+

Get Signed Drivers Report

Queries Win32_PnPSignedDriver via WMI and reports Signed Drivers in a formatted table, with an optional CSV export.

πŸ–₯️ Batch (CMD)

Export System Drivers to CSV (Batch)

Uses wmic to export System Drivers (Win32_SystemDriver) to a timestamped CSV file.

⚑ PowerShell 5.1+

Get System Drivers Report

Queries Win32_SystemDriver via WMI and reports System Drivers in a formatted table, with an optional CSV export.

πŸ“Š VBA (Excel)

Export System Drivers to CSV via WMI (VBA)

Queries Win32_SystemDriver via WMI and writes every System Drivers row straight to a CSV file in Documents, using plain…

🧬 WQL / PowerShell

Win32_SystemDriver: Finding Associated Objects (WQL ASSOCIATORS OF)

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

πŸ–₯️ Batch (CMD)

Export Signed Drivers to CSV (Batch)

Uses wmic to export Signed Drivers (Win32_PnPSignedDriver) to a timestamped CSV file.

πŸ–₯️ Batch (CMD)

Get System Drivers Report (Batch)

Uses wmic to list System Drivers (Win32_SystemDriver) straight from the command line.