Tag: csv

139 script(s) tagged “csv”

⚑ PowerShell 5.1+

Get Processor Info Report

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

🐍 Python 3.10+

Export Battery Info to CSV (Python)

Exports Battery Info (Win32_Battery) to a timestamped CSV file via wmic.

πŸ–₯️ Batch (CMD)

Export Battery Info to CSV (Batch)

Uses wmic to export Battery Info (Win32_Battery) to a timestamped CSV file.

πŸ“Š VBA (Excel)

Export Motherboard Info to CSV via WMI (VBA)

Queries Win32_BaseBoard via WMI and writes every Motherboard Info row straight to a CSV file in Documents, using plain …

🐍 Python 3.10+

Export Network Adapter Configuration to CSV (Python)

Exports Network Adapter Configuration (Win32_NetworkAdapterConfiguration) to a timestamped CSV file via wmic.

πŸ“Š VBA (Excel + Outlook)

Export Contacts to CSV

Exports the default Outlook Contacts folder to a CSV file with Name, Email, Company, and Phone columns.

⚑ PowerShell 5.1+

Get USB Controllers Report

Queries Win32_USBController via WMI and reports USB Controllers in a formatted table, with an optional CSV export.

🐍 Python 3.10+

Export Network Login Profiles to CSV (Python)

Exports Network Login Profiles (Win32_NetworkLoginProfile) to a timestamped CSV file via wmic.

⚑ PowerShell 5.1+

Get Computer System Product Info Report

Queries Win32_ComputerSystemProduct via WMI and reports Computer System Product Info in a formatted table, with an opti…

πŸ–₯️ Batch (CMD)

Export Local User Accounts to CSV (Batch)

Uses wmic to export Local User Accounts (Win32_UserAccount) to a timestamped CSV file.

πŸ“Š VBA (Excel)

Export CD/DVD Drives to CSV via WMI (VBA)

Queries Win32_CDROMDrive via WMI and writes every CD/DVD Drives row straight to a CSV file in Documents, using plain VB…

🐍 Python 3.10+

Export Operating System Info to CSV (Python)

Exports Operating System Info (Win32_OperatingSystem) to a timestamped CSV file via wmic.