Tag: hardware

286 script(s) tagged “hardware”

🐍 Python 3.10+

Get Sound Devices Report (Python)

Uses wmic under the hood to report Sound Devices (Win32_SoundDevice) β€” no third-party packages required.

🧬 WQL / PowerShell

Win32_DesktopMonitor: Discovering Available Properties (Get-CimClass)

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

🐍 Python 3.10+

Backup Motherboard Info to JSON (Python)

Snapshots Motherboard Info (Win32_BaseBoard) to a timestamped JSON file for later comparison or auditing.

🟣 C# / .NET 6+

Backup Pointing Devices to JSON (C#)

Snapshots Pointing Devices (Win32_PointingDevice) to a timestamped JSON file via System.Management and System.Text.Json.

🐍 Python 3.10+

Get Pointing Devices Report (Python)

Uses wmic under the hood to report Pointing Devices (Win32_PointingDevice) β€” no third-party packages required.

⚑ PowerShell 5.1+

Backup BIOS Info List to JSON

Snapshots BIOS Info from Win32_BIOS to a timestamped JSON file for later comparison or auditing.

πŸ–₯️ Batch (CMD)

Export Motherboard Info to CSV (Batch)

Uses wmic to export Motherboard Info (Win32_BaseBoard) to a timestamped CSV file.

πŸ“„ JScript (WSH)

Get Pointing Devices Report (JScript)

Queries Win32_PointingDevice via WMI and prints Pointing Devices to the console β€” JScript, VBScript's WSH sibling langu…

🟣 C# / .NET 6+

Backup Motherboard Info to JSON (C#)

Snapshots Motherboard Info (Win32_BaseBoard) to a timestamped JSON file via System.Management and System.Text.Json.

⚑ PowerShell 5.1+

Get Physical Memory Modules Report

Queries Win32_PhysicalMemory via WMI and reports Physical Memory Modules in a formatted table, with an optional CSV exp…

πŸ“Š VBA (Excel)

Load Video Controllers into Excel via WMI

Queries Win32_VideoController via GetObject("winmgmts:") and dumps every Video Controllers row straight onto the active…

🧬 WQL / PowerShell

Win32_USBController: Filtering USB Controllers (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_USBController, starting from a LIKE '%' wildcard you customize with a r…