Tag: csv

139 script(s) tagged “csv”

🖥️ Batch (CMD)

Export Installed MSI Products to CSV (Batch)

Uses wmic to export Installed MSI Products (Win32_Product) to a timestamped CSV file.

🖥️ Batch (CMD)

Export Keyboard Info to CSV (Batch)

Uses wmic to export Keyboard Info (Win32_Keyboard) to a timestamped CSV file.

📊 VBA (Excel)

Export BIOS Info to CSV via WMI (VBA)

Queries Win32_BIOS via WMI and writes every BIOS Info row straight to a CSV file in Documents, using plain VBA file I/O.

🐍 Python 3.10+

Export Signed Drivers to CSV (Python)

Exports Signed Drivers (Win32_PnPSignedDriver) to a timestamped CSV file via wmic.

🖥️ Batch (CMD)

Export Printers to CSV (Batch)

Uses wmic to export Printers (Win32_Printer) to a timestamped CSV file.

⚡ PowerShell 5.1+

Get Network Login Profiles Report

Queries Win32_NetworkLoginProfile via WMI and reports Network Login Profiles in a formatted table, with an optional CSV…

⚡ PowerShell 5.1+

Get Pointing Devices Report

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

🖥️ Batch (CMD)

Export Operating System Info to CSV (Batch)

Uses wmic to export Operating System Info (Win32_OperatingSystem) to a timestamped CSV file.

🐍 Python 3.10+

Export Local User Accounts to CSV (Python)

Exports Local User Accounts (Win32_UserAccount) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Export Environment Variables to CSV (Python)

Exports Environment Variables (Win32_Environment) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Export Startup Programs to CSV (Python)

Exports Startup Programs (Win32_StartupCommand) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Export Keyboard Info to CSV (Python)

Exports Keyboard Info (Win32_Keyboard) to a timestamped CSV file via wmic.