Tag: wmi
750 script(s) tagged “wmi”
Load Signed Drivers into Excel via WMI
Queries Win32_PnPSignedDriver via GetObject("winmgmts:") and dumps every Signed Drivers row straight onto the active woβ¦
Load Processes into Excel via WMI
Queries Win32_Process via GetObject("winmgmts:") and dumps every Processes row straight onto the active worksheet, no Pβ¦
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β¦
Export Local Groups to CSV (Batch)
Uses wmic to export Local Groups (Win32_Group) to a timestamped CSV file.
Export Time Zone Settings to CSV (Batch)
Uses wmic to export Time Zone Settings (Win32_TimeZone) to a timestamped CSV file.
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β¦
Backup Computer System Info to JSON (Python)
Snapshots Computer System Info (Win32_ComputerSystem) to a timestamped JSON file for later comparison or auditing.
Backup Motherboard Info to JSON (Python)
Snapshots Motherboard Info (Win32_BaseBoard) to a timestamped JSON file for later comparison or auditing.
Backup Pointing Devices to JSON (C#)
Snapshots Pointing Devices (Win32_PointingDevice) to a timestamped JSON file via System.Management and System.Text.Json.
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β¦
Get Pointing Devices Report (Python)
Uses wmic under the hood to report Pointing Devices (Win32_PointingDevice) β no third-party packages required.
Backup BIOS Info List to JSON
Snapshots BIOS Info from Win32_BIOS to a timestamped JSON file for later comparison or auditing.