Tag: hardware

286 script(s) tagged “hardware”

πŸ–₯️ Batch (CMD)

Get Keyboard Info Report (Batch)

Uses wmic to list Keyboard Info (Win32_Keyboard) straight from the command line.

🧬 WQL / PowerShell

Win32_Keyboard: Finding Associated Objects (WQL ASSOCIATORS OF)

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

⚑ PowerShell 5.1+

Backup USB Controllers List to JSON

Snapshots USB Controllers from Win32_USBController to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Export Keyboard Info to CSV (Python)

Exports Keyboard Info (Win32_Keyboard) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Export BIOS Info to CSV (Python)

Exports BIOS Info (Win32_BIOS) to a timestamped CSV file via wmic.

πŸ–₯️ Batch (CMD)

Get Battery Info Report (Batch)

Uses wmic to list Battery Info (Win32_Battery) straight from the command line.

πŸ–₯️ Batch (CMD)

Get Connected Monitors Report (Batch)

Uses wmic to list Connected Monitors (Win32_DesktopMonitor) straight from the command line.

⚑ PowerShell 5.1+

Backup Computer System Product Info List to JSON

Snapshots Computer System Product Info from Win32_ComputerSystemProduct to a timestamped JSON file for later comparison…

πŸ–₯️ Batch (CMD)

Export Connected Monitors to CSV (Batch)

Uses wmic to export Connected Monitors (Win32_DesktopMonitor) to a timestamped CSV file.

🐍 Python 3.10+

Backup Pointing Devices to JSON (Python)

Snapshots Pointing Devices (Win32_PointingDevice) to a timestamped JSON file for later comparison or auditing.

🟣 C# / .NET 6+

Get Computer System Product Info Report (C#)

Queries Win32_ComputerSystemProduct via WMI (System.Management) and prints Computer System Product Info to the console.

🧬 WQL / PowerShell

Win32_VideoController: Querying Video Controllers Remotely (CIM Session)

Runs the same Win32_VideoController WQL query against a remote computer over a CIM session β€” the modern, WinRM-based re…