Tag: csv

139 script(s) tagged “csv”

⚑ PowerShell 5.1+

Get Printers Report

Queries Win32_Printer via WMI and reports Printers in a formatted table, with an optional CSV export.

πŸ–₯️ Batch (CMD)

Export Network Shares to CSV (Batch)

Uses wmic to export Network Shares (Win32_Share) to a timestamped CSV file.

πŸ–₯️ Batch (CMD)

Export Installed Hotfixes to CSV (Batch)

Uses wmic to export Installed Hotfixes (Win32_QuickFixEngineering) to a timestamped CSV file.

πŸ“Š VBA (Excel)

Export Signed Drivers to CSV via WMI (VBA)

Queries Win32_PnPSignedDriver via WMI and writes every Signed Drivers row straight to a CSV file in Documents, using pl…

🐍 Python 3.10+

Export Video Controllers to CSV (Python)

Exports Video Controllers (Win32_VideoController) to a timestamped CSV file via wmic.

πŸ“Š VBA (Excel)

Export Physical Memory Modules to CSV via WMI (VBA)

Queries Win32_PhysicalMemory via WMI and writes every Physical Memory Modules row straight to a CSV file in Documents, …

πŸ“Š VBA (Excel)

Export Sound Devices to CSV via WMI (VBA)

Queries Win32_SoundDevice via WMI and writes every Sound Devices row straight to a CSV file in Documents, using plain V…

πŸ“Š VBA (Excel)

Export Printers to CSV via WMI (VBA)

Queries Win32_Printer via WMI and writes every Printers row straight to a CSV file in Documents, using plain VBA file I…

πŸ“Š VBA (Excel)

Export Network Login Profiles to CSV via WMI (VBA)

Queries Win32_NetworkLoginProfile via WMI and writes every Network Login Profiles row straight to a CSV file in Documen…

⚑ PowerShell 5.1+

Get Keyboard Info Report

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

πŸ“Š VBA (Excel)

Export Computer System Product Info to CSV via WMI (VBA)

Queries Win32_ComputerSystemProduct via WMI and writes every Computer System Product Info row straight to a CSV file in…

🐍 Python 3.10+

Export Sound Devices to CSV (Python)

Exports Sound Devices (Win32_SoundDevice) to a timestamped CSV file via wmic.