Tag: hardware
286 script(s) tagged “hardware”
Get BIOS Info Report (VBScript)
Queries Win32_BIOS via WMI and prints BIOS Info to the console — no PowerShell required.
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, …
Win32_Keyboard: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_Keyboard via Register-CimIndicationEvent — real WQL event query s…
Load Motherboard Info into Excel via WMI
Queries Win32_BaseBoard via GetObject("winmgmts:") and dumps every Motherboard Info row straight onto the active worksh…
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…
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 …
Get Motherboard Info Report (Batch)
Uses wmic to list Motherboard Info (Win32_BaseBoard) straight from the command line.
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…
Get Keyboard Info Report
Queries Win32_Keyboard via WMI and reports Keyboard Info in a formatted table, with an optional CSV export.
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…
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…
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…