Tag: hardware
286 script(s) tagged “hardware”
Get Keyboard Info Report (Batch)
Uses wmic to list Keyboard Info (Win32_Keyboard) straight from the command line.
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β¦
Backup USB Controllers List to JSON
Snapshots USB Controllers from Win32_USBController to a timestamped JSON file for later comparison or auditing.
Export Keyboard Info to CSV (Python)
Exports Keyboard Info (Win32_Keyboard) to a timestamped CSV file via wmic.
Export BIOS Info to CSV (Python)
Exports BIOS Info (Win32_BIOS) to a timestamped CSV file via wmic.
Get Battery Info Report (Batch)
Uses wmic to list Battery Info (Win32_Battery) straight from the command line.
Get Connected Monitors Report (Batch)
Uses wmic to list Connected Monitors (Win32_DesktopMonitor) straight from the command line.
Backup Computer System Product Info List to JSON
Snapshots Computer System Product Info from Win32_ComputerSystemProduct to a timestamped JSON file for later comparisonβ¦
Export Connected Monitors to CSV (Batch)
Uses wmic to export Connected Monitors (Win32_DesktopMonitor) to a timestamped CSV file.
Backup Pointing Devices to JSON (Python)
Snapshots Pointing Devices (Win32_PointingDevice) to a timestamped JSON file for later comparison or auditing.
Get Computer System Product Info Report (C#)
Queries Win32_ComputerSystemProduct via WMI (System.Management) and prints Computer System Product Info to the console.
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β¦