Tag: wmi

750 script(s) tagged “wmi”

πŸ“Š VBA (Excel)

Load Motherboard Info into Excel via WMI

Queries Win32_BaseBoard via GetObject("winmgmts:") and dumps every Motherboard Info row straight onto the active worksh…

πŸ“Š VBA (Excel)

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…

πŸ–₯️ Batch (CMD)

Get Network Adapter Configuration Report (Batch)

Uses wmic to list Network Adapter Configuration (Win32_NetworkAdapterConfiguration) straight from the command line.

⚑ PowerShell 5.1+

Backup Local Groups List to JSON

Snapshots Local Groups from Win32_Group to a timestamped JSON file for later comparison or auditing.

🟣 C# / .NET 6+

Backup Printers to JSON (C#)

Snapshots Printers (Win32_Printer) to a timestamped JSON file via System.Management and System.Text.Json.

πŸ“Š VBA (Excel)

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…

🧬 WQL / PowerShell

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…

πŸ“Š VBA (Excel)

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…

🧬 WQL / PowerShell

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 …

πŸ–₯️ Batch (CMD)

Get Motherboard Info Report (Batch)

Uses wmic to list Motherboard Info (Win32_BaseBoard) straight from the command line.

πŸ“Š VBA (Excel)

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…

⚑ PowerShell 5.1+

Get Keyboard Info Report

Queries Win32_Keyboard via WMI and reports Keyboard Info in a formatted table, with an optional CSV export.