Tag: csv

139 script(s) tagged “csv”

πŸ–₯️ Batch (CMD)

Export Environment Variables to CSV (Batch)

Uses wmic to export Environment Variables (Win32_Environment) to a timestamped CSV file.

🐍 Python 3.10+

Export Motherboard Info to CSV (Python)

Exports Motherboard Info (Win32_BaseBoard) to a timestamped CSV file via wmic.

πŸ–₯️ Batch (CMD)

Export Computer System Info to CSV (Batch)

Uses wmic to export Computer System Info (Win32_ComputerSystem) to a timestamped CSV file.

πŸ“Š VBA (Excel)

Export Environment Variables to CSV via WMI (VBA)

Queries Win32_Environment via WMI and writes every Environment Variables row straight to a CSV file in Documents, using…

🐍 Python 3.10+

Export Computer System Product Info to CSV (Python)

Exports Computer System Product Info (Win32_ComputerSystemProduct) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Export Connected Monitors to CSV (Python)

Exports Connected Monitors (Win32_DesktopMonitor) to a timestamped CSV file via wmic.

πŸ–₯️ Batch (CMD)

Export Network Adapters to CSV (Batch)

Uses wmic to export Network Adapters (Win32_NetworkAdapter) to a timestamped CSV file.

🐍 Python 3.10+

Export Time Zone Settings to CSV (Python)

Exports Time Zone Settings (Win32_TimeZone) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Export Installed MSI Products to CSV (Python)

Exports Installed MSI Products (Win32_Product) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Export Printers to CSV (Python)

Exports Printers (Win32_Printer) to a timestamped CSV file via wmic.

πŸ“Š VBA (Excel)

Export Network Adapters to CSV via WMI (VBA)

Queries Win32_NetworkAdapter via WMI and writes every Network Adapters row straight to a CSV file in Documents, using p…

🐍 Python 3.10+

Export Installed Hotfixes to CSV (Python)

Exports Installed Hotfixes (Win32_QuickFixEngineering) to a timestamped CSV file via wmic.