Tag: hardware
286 script(s) tagged “hardware”
Export Sound Devices to CSV (Python)
Exports Sound Devices (Win32_SoundDevice) to a timestamped CSV file via wmic.
Get Processor Info Report
Queries Win32_Processor via WMI and reports Processor Info in a formatted table, with an optional CSV export.
Export Battery Info to CSV (Python)
Exports Battery Info (Win32_Battery) to a timestamped CSV file via wmic.
Get Motherboard Info Report (Python)
Uses wmic under the hood to report Motherboard Info (Win32_BaseBoard) β no third-party packages required.
Watch BIOS Info for Changes
Polls Win32_BIOS on an interval and prints a line whenever the BIOS Info count changes β a lightweight way to notice neβ¦
Export Battery Info to CSV (Batch)
Uses wmic to export Battery Info (Win32_Battery) to a timestamped CSV file.
Export Motherboard Info to CSV via WMI (VBA)
Queries Win32_BaseBoard via WMI and writes every Motherboard Info row straight to a CSV file in Documents, using plain β¦
Watch Sound Devices for Changes
Polls Win32_SoundDevice on an interval and prints a line whenever the Sound Devices count changes β a lightweight way tβ¦
Get Sound Devices Report (C#)
Queries Win32_SoundDevice via WMI (System.Management) and prints Sound Devices to the console.
Backup Battery Info to JSON (Python)
Snapshots Battery Info (Win32_Battery) to a timestamped JSON file for later comparison or auditing.
Win32_Processor: Discovering Available Properties (Get-CimClass)
Uses Get-CimClass to list every real property and method Win32_Processor exposes on the current system, instead of guesβ¦
Load USB Controllers into Excel via WMI
Queries Win32_USBController via GetObject("winmgmts:") and dumps every USB Controllers row straight onto the active worβ¦