Tag: hardware
286 script(s) tagged “hardware”
Get Sound Devices Report (Python)
Uses wmic under the hood to report Sound Devices (Win32_SoundDevice) β no third-party packages required.
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β¦
Backup Motherboard Info to JSON (Python)
Snapshots Motherboard Info (Win32_BaseBoard) to a timestamped JSON file for later comparison or auditing.
Backup Pointing Devices to JSON (C#)
Snapshots Pointing Devices (Win32_PointingDevice) to a timestamped JSON file via System.Management and System.Text.Json.
Get Pointing Devices Report (Python)
Uses wmic under the hood to report Pointing Devices (Win32_PointingDevice) β no third-party packages required.
Backup BIOS Info List to JSON
Snapshots BIOS Info from Win32_BIOS to a timestamped JSON file for later comparison or auditing.
Export Motherboard Info to CSV (Batch)
Uses wmic to export Motherboard Info (Win32_BaseBoard) to a timestamped CSV file.
Get Pointing Devices Report (JScript)
Queries Win32_PointingDevice via WMI and prints Pointing Devices to the console β JScript, VBScript's WSH sibling languβ¦
Backup Motherboard Info to JSON (C#)
Snapshots Motherboard Info (Win32_BaseBoard) to a timestamped JSON file via System.Management and System.Text.Json.
Get Physical Memory Modules Report
Queries Win32_PhysicalMemory via WMI and reports Physical Memory Modules in a formatted table, with an optional CSV expβ¦
Load Video Controllers into Excel via WMI
Queries Win32_VideoController via GetObject("winmgmts:") and dumps every Video Controllers row straight onto the activeβ¦
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β¦