Tag: csv

139 script(s) tagged “csv”

📊 VBA (Excel)

Export Local User Accounts to CSV via WMI (VBA)

Queries Win32_UserAccount via WMI and writes every Local User Accounts row straight to a CSV file in Documents, using p…

🖥️ Batch (CMD)

Export Physical Disk Drives to CSV (Batch)

Uses wmic to export Physical Disk Drives (Win32_DiskDrive) to a timestamped CSV file.

🐍 Python 3.10+

Export BIOS Info to CSV (Python)

Exports BIOS Info (Win32_BIOS) to a timestamped CSV file via wmic.

🖥️ Batch (CMD)

Export Services to CSV (Batch)

Uses wmic to export Services (Win32_Service) to a timestamped CSV file.

🖥️ Batch (CMD)

Export Connected Monitors to CSV (Batch)

Uses wmic to export Connected Monitors (Win32_DesktopMonitor) to a timestamped CSV file.

📊 VBA (Excel)

Export Installed MSI Products to CSV via WMI (VBA)

Queries Win32_Product via WMI and writes every Installed MSI Products row straight to a CSV file in Documents, using pl…

🖥️ Batch (CMD)

Export Network Adapter Configuration to CSV (Batch)

Uses wmic to export Network Adapter Configuration (Win32_NetworkAdapterConfiguration) to a timestamped CSV file.

⚡ PowerShell 5.1+

Get Computer System Info Report

Queries Win32_ComputerSystem via WMI and reports Computer System Info in a formatted table, with an optional CSV export.

🐍 Python 3.10+

Export Pointing Devices to CSV (Python)

Exports Pointing Devices (Win32_PointingDevice) to a timestamped CSV file via wmic.

🖥️ Batch (CMD)

Export Page File Usage to CSV (Batch)

Uses wmic to export Page File Usage (Win32_PageFileUsage) to a timestamped CSV file.

🐍 Python 3.10+

Export USB Controllers to CSV (Python)

Exports USB Controllers (Win32_USBController) to a timestamped CSV file via wmic.

📊 VBA (Excel)

Export Computer System Info to CSV via WMI (VBA)

Queries Win32_ComputerSystem via WMI and writes every Computer System Info row straight to a CSV file in Documents, usi…