Tag: wmi

750 script(s) tagged “wmi”

πŸ“Š VBA (Excel)

Load Signed Drivers into Excel via WMI

Queries Win32_PnPSignedDriver via GetObject("winmgmts:") and dumps every Signed Drivers row straight onto the active wo…

πŸ“Š VBA (Excel)

Load Processes into Excel via WMI

Queries Win32_Process via GetObject("winmgmts:") and dumps every Processes row straight onto the active worksheet, no P…

🧬 WQL / PowerShell

Win32_DiskDrive: Physical Disk Drives (WQL)

A minimal WQL reference query against Win32_DiskDrive β€” the raw SELECT statement plus a one-line runner, useful for lea…

πŸ–₯️ Batch (CMD)

Export Local Groups to CSV (Batch)

Uses wmic to export Local Groups (Win32_Group) to a timestamped CSV file.

πŸ–₯️ Batch (CMD)

Export Time Zone Settings to CSV (Batch)

Uses wmic to export Time Zone Settings (Win32_TimeZone) to a timestamped CSV file.

πŸ“Š VBA (Excel)

Export Time Zone Settings to CSV via WMI (VBA)

Queries Win32_TimeZone via WMI and writes every Time Zone Settings row straight to a CSV file in Documents, using plain…

🐍 Python 3.10+

Backup Computer System Info to JSON (Python)

Snapshots Computer System Info (Win32_ComputerSystem) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Backup Motherboard Info to JSON (Python)

Snapshots Motherboard Info (Win32_BaseBoard) to a timestamped JSON file for later comparison or auditing.

🟣 C# / .NET 6+

Backup Pointing Devices to JSON (C#)

Snapshots Pointing Devices (Win32_PointingDevice) to a timestamped JSON file via System.Management and System.Text.Json.

πŸ“Š VBA (Excel)

Export Network Shares to CSV via WMI (VBA)

Queries Win32_Share via WMI and writes every Network Shares row straight to a CSV file in Documents, using plain VBA fi…

🐍 Python 3.10+

Get Pointing Devices Report (Python)

Uses wmic under the hood to report Pointing Devices (Win32_PointingDevice) β€” no third-party packages required.

⚑ PowerShell 5.1+

Backup BIOS Info List to JSON

Snapshots BIOS Info from Win32_BIOS to a timestamped JSON file for later comparison or auditing.