Tag: hardware

286 script(s) tagged “hardware”

πŸ“„ JScript (WSH)

Get BIOS Info Report (JScript)

Queries Win32_BIOS via WMI and prints BIOS Info to the console β€” JScript, VBScript's WSH sibling language.

🟣 C# / .NET 6+

Get Processor Info Report (C#)

Queries Win32_Processor via WMI (System.Management) and prints Processor Info to the console.

🧬 WQL / PowerShell

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…

🐍 Python 3.10+

Get Battery Info Report (Python)

Uses wmic under the hood to report Battery Info (Win32_Battery) β€” no third-party packages required.

🧬 WQL / PowerShell

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…

πŸ“œ VBScript (WSH)

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…

🧬 WQL / PowerShell

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…

🧬 WQL / PowerShell

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…

🧬 WQL / PowerShell

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…

πŸ“„ JScript (WSH)

Get Motherboard Info Report (JScript)

Queries Win32_BaseBoard via WMI and prints Motherboard Info to the console β€” JScript, VBScript's WSH sibling language.

🧬 WQL / PowerShell

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 …

πŸ–₯️ Batch (CMD)

Export Pointing Devices to CSV (Batch)

Uses wmic to export Pointing Devices (Win32_PointingDevice) to a timestamped CSV file.