Tag: hardware
286 script(s) tagged “hardware”
Get BIOS Info Report (JScript)
Queries Win32_BIOS via WMI and prints BIOS Info to the console β JScript, VBScript's WSH sibling language.
Get Processor Info Report (C#)
Queries Win32_Processor via WMI (System.Management) and prints Processor Info to the console.
Win32_VideoController: Filtering Video Controllers (WQL WHERE)
Shows the WQL WHERE clause syntax against Win32_VideoController, starting from a LIKE '%' wildcard you customize with aβ¦
Get Battery Info Report (Python)
Uses wmic under the hood to report Battery Info (Win32_Battery) β no third-party packages required.
Win32_DesktopMonitor: Querying Connected Monitors Remotely (CIM Session)
Runs the same Win32_DesktopMonitor WQL query against a remote computer over a CIM session β the modern, WinRM-based repβ¦
Get Motherboard Info Report to File (VBScript)
Queries Win32_BaseBoard via WMI and writes Motherboard Info to a timestamped text file, handy for scheduled logon/logofβ¦
Win32_Keyboard: Filtering Keyboard Info (WQL WHERE)
Shows the WQL WHERE clause syntax against Win32_Keyboard, starting from a LIKE '%' wildcard you customize with a real sβ¦
Win32_PointingDevice: Finding Associated Objects (WQL ASSOCIATORS OF)
Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Pointβ¦
Win32_VideoController: Discovering Available Properties (Get-CimClass)
Uses Get-CimClass to list every real property and method Win32_VideoController exposes on the current system, instead oβ¦
Get Motherboard Info Report (JScript)
Queries Win32_BaseBoard via WMI and prints Motherboard Info to the console β JScript, VBScript's WSH sibling language.
Win32_BIOS: Finding Associated Objects (WQL ASSOCIATORS OF)
Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_BIOS β¦
Export Pointing Devices to CSV (Batch)
Uses wmic to export Pointing Devices (Win32_PointingDevice) to a timestamped CSV file.