Tag: hardware

286 script(s) tagged “hardware”

🟣 C# / .NET 6+

Backup Computer System Product Info to JSON (C#)

Snapshots Computer System Product Info (Win32_ComputerSystemProduct) to a timestamped JSON file via System.Management a…

🐍 Python 3.10+

Export Processor Info to CSV (Python)

Exports Processor Info (Win32_Processor) to a timestamped CSV file via wmic.

🧬 WQL / PowerShell

Win32_Keyboard: Keyboard Info (WQL)

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

πŸ“œ VBScript (WSH)

Get Computer System Product Info Report (VBScript)

Queries Win32_ComputerSystemProduct via WMI and prints Computer System Product Info to the console β€” no PowerShell requ…

πŸ“„ JScript (WSH)

Get Keyboard Info Report (JScript)

Queries Win32_Keyboard via WMI and prints Keyboard Info to the console β€” JScript, VBScript's WSH sibling language.

πŸ“œ VBScript (WSH)

Get Sound Devices Report (VBScript)

Queries Win32_SoundDevice via WMI and prints Sound Devices to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Get Motherboard Info Report (VBScript)

Queries Win32_BaseBoard via WMI and prints Motherboard Info to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Get Battery Info Report (VBScript)

Queries Win32_Battery via WMI and prints Battery Info to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Get USB Controllers Report (VBScript)

Queries Win32_USBController via WMI and prints USB Controllers to the console β€” no PowerShell required.

🟣 C# / .NET 6+

Get Motherboard Info Report (C#)

Queries Win32_BaseBoard via WMI (System.Management) and prints Motherboard Info to the console.

🧬 WQL / PowerShell

Win32_BaseBoard: Discovering Available Properties (Get-CimClass)

Uses Get-CimClass to list every real property and method Win32_BaseBoard exposes on the current system, instead of gues…

🧬 WQL / PowerShell

Win32_CDROMDrive: Finding Associated Objects (WQL ASSOCIATORS OF)

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