Tag: wmi

750 script(s) tagged “wmi”

πŸ–₯️ Batch (CMD)

Get Local Groups Report (Batch)

Uses wmic to list Local Groups (Win32_Group) straight from the command line.

🟣 C# / .NET 6+

Backup Network Adapter Configuration to JSON (C#)

Snapshots Network Adapter Configuration (Win32_NetworkAdapterConfiguration) to a timestamped JSON file via System.Manag…

🧬 WQL / PowerShell

Win32_DesktopMonitor: Connected Monitors (WQL)

A minimal WQL reference query against Win32_DesktopMonitor β€” the raw SELECT statement plus a one-line runner, useful fo…

🧬 WQL / PowerShell

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…

🐍 Python 3.10+

Backup Keyboard Info to JSON (Python)

Snapshots Keyboard Info (Win32_Keyboard) to a timestamped JSON file for later comparison or auditing.

πŸ“œ VBScript (WSH)

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…

🐍 Python 3.10+

Get USB Controllers Report (Python)

Uses wmic under the hood to report USB Controllers (Win32_USBController) β€” no third-party packages required.

πŸ–₯️ Batch (CMD)

Get Pointing Devices Report (Batch)

Uses wmic to list Pointing Devices (Win32_PointingDevice) straight from the command line.

πŸ“œ VBScript (WSH)

Get Keyboard Info Report (VBScript)

Queries Win32_Keyboard via WMI and prints Keyboard Info to the console β€” no PowerShell required.

🐍 Python 3.10+

Backup Physical Memory Modules to JSON (Python)

Snapshots Physical Memory Modules (Win32_PhysicalMemory) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Get Keyboard Info Report (Python)

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

🟣 C# / .NET 6+

Get Keyboard Info Report (C#)

Queries Win32_Keyboard via WMI (System.Management) and prints Keyboard Info to the console.