Tag: wmi
750 script(s) tagged “wmi”
Load Motherboard Info into Excel via WMI
Queries Win32_BaseBoard via GetObject("winmgmts:") and dumps every Motherboard Info row straight onto the active workshβ¦
Export Sound Devices to CSV via WMI (VBA)
Queries Win32_SoundDevice via WMI and writes every Sound Devices row straight to a CSV file in Documents, using plain Vβ¦
Get Network Adapter Configuration Report (Batch)
Uses wmic to list Network Adapter Configuration (Win32_NetworkAdapterConfiguration) straight from the command line.
Backup Local Groups List to JSON
Snapshots Local Groups from Win32_Group to a timestamped JSON file for later comparison or auditing.
Backup Printers to JSON (C#)
Snapshots Printers (Win32_Printer) to a timestamped JSON file via System.Management and System.Text.Json.
Export Printers to CSV via WMI (VBA)
Queries Win32_Printer via WMI and writes every Printers row straight to a CSV file in Documents, using plain VBA file Iβ¦
Win32_SystemDriver: Discovering Available Properties (Get-CimClass)
Uses Get-CimClass to list every real property and method Win32_SystemDriver exposes on the current system, instead of gβ¦
Export Network Login Profiles to CSV via WMI (VBA)
Queries Win32_NetworkLoginProfile via WMI and writes every Network Login Profiles row straight to a CSV file in Documenβ¦
Win32_PhysicalMemory: Filtering Physical Memory Modules (WQL WHERE)
Shows the WQL WHERE clause syntax against Win32_PhysicalMemory, starting from a LIKE '%' wildcard you customize with a β¦
Get Motherboard Info Report (Batch)
Uses wmic to list Motherboard Info (Win32_BaseBoard) straight from the command line.
Load BIOS Info into Excel via WMI
Queries Win32_BIOS via GetObject("winmgmts:") and dumps every BIOS Info row straight onto the active worksheet, no Poweβ¦
Get Keyboard Info Report
Queries Win32_Keyboard via WMI and reports Keyboard Info in a formatted table, with an optional CSV export.