Tag: drivers

44 script(s) tagged “drivers”

🧬 WQL / PowerShell

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…

πŸ“„ JScript (WSH)

Get System Drivers Report (JScript)

Queries Win32_SystemDriver via WMI and prints System Drivers to the console β€” JScript, VBScript's WSH sibling language.

🧬 WQL / PowerShell

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…

πŸ“„ JScript (WSH)

Get Signed Drivers Report (JScript)

Queries Win32_PnPSignedDriver via WMI and prints Signed Drivers to the console β€” JScript, VBScript's WSH sibling langua…

🐍 Python 3.10+

Backup Signed Drivers to JSON (Python)

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

🐍 Python 3.10+

Export System Drivers to CSV (Python)

Exports System Drivers (Win32_SystemDriver) to a timestamped CSV file via wmic.

🧬 WQL / PowerShell

Win32_PnPSignedDriver: Signed Drivers (WQL)

A minimal WQL reference query against Win32_PnPSignedDriver β€” the raw SELECT statement plus a one-line runner, useful f…

πŸ“œ VBScript (WSH)

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…