Tag: csv
139 script(s) tagged “csv”
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β¦
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β¦
Get Startup Programs Report
Queries Win32_StartupCommand via WMI and reports Startup Programs in a formatted table, with an optional CSV export.
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β¦
Export Physical Memory Modules to CSV (Batch)
Uses wmic to export Physical Memory Modules (Win32_PhysicalMemory) to a timestamped CSV file.
Export Signed Drivers to CSV (Batch)
Uses wmic to export Signed Drivers (Win32_PnPSignedDriver) to a timestamped CSV file.
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β¦
Get Sound Devices Report
Queries Win32_SoundDevice via WMI and reports Sound Devices in a formatted table, with an optional CSV export.
Get Battery Info Report
Queries Win32_Battery via WMI and reports Battery Info in a formatted table, with an optional CSV export.
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β¦
Export Processor Info to CSV (Python)
Exports Processor Info (Win32_Processor) to a timestamped CSV file via wmic.
Export Startup Programs to CSV (Batch)
Uses wmic to export Startup Programs (Win32_StartupCommand) to a timestamped CSV file.