Tag: wmi
750 script(s) tagged “wmi”
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β¦
Get Physical Memory Modules Report
Queries Win32_PhysicalMemory via WMI and reports Physical Memory Modules in a formatted table, with an optional CSV expβ¦
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β¦
Load Video Controllers into Excel via WMI
Queries Win32_VideoController via GetObject("winmgmts:") and dumps every Video Controllers row straight onto the activeβ¦
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β¦
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β¦
Get Services Report
Queries Win32_Service via WMI and reports Services in a formatted table, with an optional CSV export.
Get BIOS Info Report (JScript)
Queries Win32_BIOS via WMI and prints BIOS Info to the console β JScript, VBScript's WSH sibling language.
Get Processor Info Report (C#)
Queries Win32_Processor via WMI (System.Management) and prints Processor Info to the console.
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β¦
Get Logical Disks Report (JScript)
Queries Win32_LogicalDisk via WMI and prints Logical Disks to the console β JScript, VBScript's WSH sibling language.
Get Battery Info Report (Python)
Uses wmic under the hood to report Battery Info (Win32_Battery) β no third-party packages required.