Tag: csv

139 script(s) tagged “csv”

πŸ“Š VBA (Excel)

Export System Drivers to CSV via WMI (VBA)

Queries Win32_SystemDriver via WMI and writes every System Drivers row straight to a CSV file in Documents, using plain…

πŸ“Š VBA (Excel)

Export Pointing Devices to CSV via WMI (VBA)

Queries Win32_PointingDevice via WMI and writes every Pointing Devices row straight to a CSV file in Documents, using p…

⚑ PowerShell 5.1+

Get Startup Programs Report

Queries Win32_StartupCommand via WMI and reports Startup Programs in a formatted table, with an optional CSV export.

πŸ“Š VBA (Excel)

Export Video Controllers to CSV via WMI (VBA)

Queries Win32_VideoController via WMI and writes every Video Controllers row straight to a CSV file in Documents, using…

πŸ–₯️ Batch (CMD)

Export Physical Memory Modules to CSV (Batch)

Uses wmic to export Physical Memory Modules (Win32_PhysicalMemory) to a timestamped CSV file.

πŸ–₯️ Batch (CMD)

Export Signed Drivers to CSV (Batch)

Uses wmic to export Signed Drivers (Win32_PnPSignedDriver) to a timestamped CSV file.

πŸ“Š VBA (Excel)

Export USB Controllers to CSV via WMI (VBA)

Queries Win32_USBController via WMI and writes every USB Controllers row straight to a CSV file in Documents, using pla…

⚑ PowerShell 5.1+

Get Sound Devices Report

Queries Win32_SoundDevice via WMI and reports Sound Devices in a formatted table, with an optional CSV export.

⚑ PowerShell 5.1+

Get Battery Info Report

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

πŸ“Š VBA (Excel)

Export Battery Info to CSV via WMI (VBA)

Queries Win32_Battery via WMI and writes every Battery Info row straight to a CSV file in Documents, using plain VBA fi…

🐍 Python 3.10+

Export Processor Info to CSV (Python)

Exports Processor Info (Win32_Processor) to a timestamped CSV file via wmic.

πŸ–₯️ Batch (CMD)

Export Startup Programs to CSV (Batch)

Uses wmic to export Startup Programs (Win32_StartupCommand) to a timestamped CSV file.