Tag: wmi
750 script(s) tagged “wmi”
Get Local Groups Report (Batch)
Uses wmic to list Local Groups (Win32_Group) straight from the command line.
Backup Network Adapter Configuration to JSON (C#)
Snapshots Network Adapter Configuration (Win32_NetworkAdapterConfiguration) to a timestamped JSON file via System.Managβ¦
Win32_DesktopMonitor: Connected Monitors (WQL)
A minimal WQL reference query against Win32_DesktopMonitor β the raw SELECT statement plus a one-line runner, useful foβ¦
Win32_TimeZone: Time Zone Settings (WQL)
A minimal WQL reference query against Win32_TimeZone β the raw SELECT statement plus a one-line runner, useful for learβ¦
Backup Keyboard Info to JSON (Python)
Snapshots Keyboard Info (Win32_Keyboard) to a timestamped JSON file for later comparison or auditing.
Get Video Controllers Report to File (VBScript)
Queries Win32_VideoController via WMI and writes Video Controllers to a timestamped text file, handy for scheduled logoβ¦
Get USB Controllers Report (Python)
Uses wmic under the hood to report USB Controllers (Win32_USBController) β no third-party packages required.
Get Pointing Devices Report (Batch)
Uses wmic to list Pointing Devices (Win32_PointingDevice) straight from the command line.
Get Keyboard Info Report (VBScript)
Queries Win32_Keyboard via WMI and prints Keyboard Info to the console β no PowerShell required.
Backup Physical Memory Modules to JSON (Python)
Snapshots Physical Memory Modules (Win32_PhysicalMemory) to a timestamped JSON file for later comparison or auditing.
Get Keyboard Info Report (Python)
Uses wmic under the hood to report Keyboard Info (Win32_Keyboard) β no third-party packages required.
Get Keyboard Info Report (C#)
Queries Win32_Keyboard via WMI (System.Management) and prints Keyboard Info to the console.