Tag: drivers
44 script(s) tagged “drivers”
Backup System Drivers List to JSON
Snapshots System Drivers from Win32_SystemDriver to a timestamped JSON file for later comparison or auditing.
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β¦
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β¦
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β¦
Get Signed Drivers Report (Python)
Uses wmic under the hood to report Signed Drivers (Win32_PnPSignedDriver) β no third-party packages required.
Get Signed Drivers Report
Queries Win32_PnPSignedDriver via WMI and reports Signed Drivers in a formatted table, with an optional CSV export.
Export System Drivers to CSV (Batch)
Uses wmic to export System Drivers (Win32_SystemDriver) to a timestamped CSV file.
Get System Drivers Report
Queries Win32_SystemDriver via WMI and reports System Drivers in a formatted table, with an optional CSV export.
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β¦
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β¦
Export Signed Drivers to CSV (Batch)
Uses wmic to export Signed Drivers (Win32_PnPSignedDriver) to a timestamped CSV file.
Get System Drivers Report (Batch)
Uses wmic to list System Drivers (Win32_SystemDriver) straight from the command line.