Tag: hardware

286 script(s) tagged “hardware”

📜 VBScript (WSH)

Get BIOS Info Report (VBScript)

Queries Win32_BIOS via WMI and prints BIOS Info to the console — no PowerShell required.

📊 VBA (Excel)

Export Physical Memory Modules to CSV via WMI (VBA)

Queries Win32_PhysicalMemory via WMI and writes every Physical Memory Modules row straight to a CSV file in Documents, …

🧬 WQL / PowerShell

Win32_Keyboard: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_Keyboard via Register-CimIndicationEvent — real WQL event query s…

📊 VBA (Excel)

Load Motherboard Info into Excel via WMI

Queries Win32_BaseBoard via GetObject("winmgmts:") and dumps every Motherboard Info row straight onto the active worksh…

📊 VBA (Excel)

Export Sound Devices to CSV via WMI (VBA)

Queries Win32_SoundDevice via WMI and writes every Sound Devices row straight to a CSV file in Documents, using plain V…

🧬 WQL / PowerShell

Win32_PhysicalMemory: Filtering Physical Memory Modules (WQL WHERE)

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

🖥️ Batch (CMD)

Get Motherboard Info Report (Batch)

Uses wmic to list Motherboard Info (Win32_BaseBoard) straight from the command line.

📊 VBA (Excel)

Load BIOS Info into Excel via WMI

Queries Win32_BIOS via GetObject("winmgmts:") and dumps every BIOS Info row straight onto the active worksheet, no Powe…

⚡ PowerShell 5.1+

Get Keyboard Info Report

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

📊 VBA (Excel)

Export Computer System Product Info to CSV via WMI (VBA)

Queries Win32_ComputerSystemProduct via WMI and writes every Computer System Product Info row straight to a CSV file in…

🧬 WQL / PowerShell

Win32_SoundDevice: Finding Associated Objects (WQL ASSOCIATORS OF)

Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Sound…

🧬 WQL / PowerShell

Win32_Keyboard: Discovering Available Properties (Get-CimClass)

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