Tag: wmi
750 script(s) tagged “wmi”
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…
Get System Drivers Report (VBScript)
Queries Win32_SystemDriver via WMI and prints System Drivers to the console — no PowerShell required.
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…
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…
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…
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…
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…
Get Services Report (JScript)
Queries Win32_Service via WMI and prints Services to the console — JScript, VBScript's WSH sibling language.
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…
Get Page File Usage Report (Python)
Uses wmic under the hood to report Page File Usage (Win32_PageFileUsage) — no third-party packages required.
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…
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…