Tag: wmi

750 script(s) tagged “wmi”

πŸ“Š VBA (Excel)

Export Services to CSV via WMI (VBA)

Queries Win32_Service via WMI and writes every Services row straight to a CSV file in Documents, using plain VBA file I…

⚑ PowerShell 5.1+

Get Physical Memory Modules Report

Queries Win32_PhysicalMemory via WMI and reports Physical Memory Modules in a formatted table, with an optional CSV exp…

πŸ“œ VBScript (WSH)

Get Logical Disks Report to File (VBScript)

Queries Win32_LogicalDisk via WMI and writes Logical Disks to a timestamped text file, handy for scheduled logon/logoff…

πŸ“Š VBA (Excel)

Load Video Controllers into Excel via WMI

Queries Win32_VideoController via GetObject("winmgmts:") and dumps every Video Controllers row straight onto the active…

πŸ“œ VBScript (WSH)

Get Page File Usage Report to File (VBScript)

Queries Win32_PageFileUsage via WMI and writes Page File Usage to a timestamped text file, handy for scheduled logon/lo…

🧬 WQL / PowerShell

Win32_USBController: Filtering USB Controllers (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_USBController, starting from a LIKE '%' wildcard you customize with a r…

⚑ PowerShell 5.1+

Get Services Report

Queries Win32_Service via WMI and reports Services in a formatted table, with an optional CSV export.

πŸ“„ JScript (WSH)

Get BIOS Info Report (JScript)

Queries Win32_BIOS via WMI and prints BIOS Info to the console β€” JScript, VBScript's WSH sibling language.

🟣 C# / .NET 6+

Get Processor Info Report (C#)

Queries Win32_Processor via WMI (System.Management) and prints Processor Info to the console.

🧬 WQL / PowerShell

Win32_VideoController: Filtering Video Controllers (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_VideoController, starting from a LIKE '%' wildcard you customize with a…

πŸ“„ JScript (WSH)

Get Logical Disks Report (JScript)

Queries Win32_LogicalDisk via WMI and prints Logical Disks to the console β€” JScript, VBScript's WSH sibling language.

🐍 Python 3.10+

Get Battery Info Report (Python)

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