Tag: wmi

750 script(s) tagged “wmi”

🧬 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 System Drivers Report (VBScript)

Queries Win32_SystemDriver via WMI and prints System Drivers to the console — no PowerShell required.

🧬 WQL / PowerShell

Win32_Product: Querying Installed MSI Products Remotely (CIM Session)

Runs the same Win32_Product WQL query against a remote computer over a CIM session — the modern, WinRM-based replacemen…

🧬 WQL / PowerShell

Win32_ComputerSystem: Discovering Available Properties (Get-CimClass)

Uses Get-CimClass to list every real property and method Win32_ComputerSystem exposes on the current system, instead of…

📊 VBA (Excel)

Load Installed MSI Products into Excel via WMI

Queries Win32_Product via GetObject("winmgmts:") and dumps every Installed MSI Products row straight onto the active wo…

📜 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…

📄 JScript (WSH)

Get Services Report (JScript)

Queries Win32_Service via WMI and prints Services to the console — JScript, VBScript's WSH sibling language.

🧬 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…

🐍 Python 3.10+

Get Page File Usage Report (Python)

Uses wmic under the hood to report Page File Usage (Win32_PageFileUsage) — no third-party packages required.

🧬 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…

🧬 WQL / PowerShell

Win32_Share: Discovering Available Properties (Get-CimClass)

Uses Get-CimClass to list every real property and method Win32_Share exposes on the current system, instead of guessing…