Tag: drivers
44 script(s) tagged “drivers”
Win32_SystemDriver: Querying System Drivers Remotely (CIM Session)
Runs the same Win32_SystemDriver WQL query against a remote computer over a CIM session β the modern, WinRM-based replaβ¦
Get System Drivers Report (JScript)
Queries Win32_SystemDriver via WMI and prints System Drivers to the console β JScript, VBScript's WSH sibling language.
Win32_PnPSignedDriver: Filtering Signed Drivers (WQL WHERE)
Shows the WQL WHERE clause syntax against Win32_PnPSignedDriver, starting from a LIKE '%' wildcard you customize with aβ¦
Get Signed Drivers Report (JScript)
Queries Win32_PnPSignedDriver via WMI and prints Signed Drivers to the console β JScript, VBScript's WSH sibling languaβ¦
Backup Signed Drivers to JSON (Python)
Snapshots Signed Drivers (Win32_PnPSignedDriver) to a timestamped JSON file for later comparison or auditing.
Export System Drivers to CSV (Python)
Exports System Drivers (Win32_SystemDriver) to a timestamped CSV file via wmic.
Win32_PnPSignedDriver: Signed Drivers (WQL)
A minimal WQL reference query against Win32_PnPSignedDriver β the raw SELECT statement plus a one-line runner, useful fβ¦
Get System Drivers Report to File (VBScript)
Queries Win32_SystemDriver via WMI and writes System Drivers to a timestamped text file, handy for scheduled logon/logoβ¦