Tag: hardware
286 script(s) tagged “hardware”
Backup Computer System Product Info to JSON (C#)
Snapshots Computer System Product Info (Win32_ComputerSystemProduct) to a timestamped JSON file via System.Management aβ¦
Export Processor Info to CSV (Python)
Exports Processor Info (Win32_Processor) to a timestamped CSV file via wmic.
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β¦
Get Computer System Product Info Report (VBScript)
Queries Win32_ComputerSystemProduct via WMI and prints Computer System Product Info to the console β no PowerShell requβ¦
Get Keyboard Info Report (JScript)
Queries Win32_Keyboard via WMI and prints Keyboard Info to the console β JScript, VBScript's WSH sibling language.
Get Sound Devices Report (VBScript)
Queries Win32_SoundDevice via WMI and prints Sound Devices to the console β no PowerShell required.
Get Motherboard Info Report (VBScript)
Queries Win32_BaseBoard via WMI and prints Motherboard Info to the console β no PowerShell required.
Get Battery Info Report (VBScript)
Queries Win32_Battery via WMI and prints Battery Info to the console β no PowerShell required.
Get USB Controllers Report (VBScript)
Queries Win32_USBController via WMI and prints USB Controllers to the console β no PowerShell required.
Get Motherboard Info Report (C#)
Queries Win32_BaseBoard via WMI (System.Management) and prints Motherboard Info to the console.
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β¦
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β¦