Tag: hardware

286 script(s) tagged “hardware”

🐍 Python 3.10+

Export Sound Devices to CSV (Python)

Exports Sound Devices (Win32_SoundDevice) to a timestamped CSV file via wmic.

⚑ PowerShell 5.1+

Get Processor Info Report

Queries Win32_Processor via WMI and reports Processor Info in a formatted table, with an optional CSV export.

🐍 Python 3.10+

Export Battery Info to CSV (Python)

Exports Battery Info (Win32_Battery) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Get Motherboard Info Report (Python)

Uses wmic under the hood to report Motherboard Info (Win32_BaseBoard) β€” no third-party packages required.

⚑ PowerShell 5.1+

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…

πŸ–₯️ Batch (CMD)

Export Battery Info to CSV (Batch)

Uses wmic to export Battery Info (Win32_Battery) to a timestamped CSV file.

πŸ“Š VBA (Excel)

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 …

⚑ PowerShell 5.1+

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…

🟣 C# / .NET 6+

Get Sound Devices Report (C#)

Queries Win32_SoundDevice via WMI (System.Management) and prints Sound Devices to the console.

🐍 Python 3.10+

Backup Battery Info to JSON (Python)

Snapshots Battery Info (Win32_Battery) to a timestamped JSON file for later comparison or auditing.

🧬 WQL / PowerShell

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…

πŸ“Š VBA (Excel)

Load USB Controllers into Excel via WMI

Queries Win32_USBController via GetObject("winmgmts:") and dumps every USB Controllers row straight onto the active wor…