Tag: csv
139 script(s) tagged “csv”
Export Environment Variables to CSV (Batch)
Uses wmic to export Environment Variables (Win32_Environment) to a timestamped CSV file.
Export Motherboard Info to CSV (Python)
Exports Motherboard Info (Win32_BaseBoard) to a timestamped CSV file via wmic.
Export Computer System Info to CSV (Batch)
Uses wmic to export Computer System Info (Win32_ComputerSystem) to a timestamped CSV file.
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β¦
Export Computer System Product Info to CSV (Python)
Exports Computer System Product Info (Win32_ComputerSystemProduct) to a timestamped CSV file via wmic.
Export Connected Monitors to CSV (Python)
Exports Connected Monitors (Win32_DesktopMonitor) to a timestamped CSV file via wmic.
Export Network Adapters to CSV (Batch)
Uses wmic to export Network Adapters (Win32_NetworkAdapter) to a timestamped CSV file.
Export Time Zone Settings to CSV (Python)
Exports Time Zone Settings (Win32_TimeZone) to a timestamped CSV file via wmic.
Export Installed MSI Products to CSV (Python)
Exports Installed MSI Products (Win32_Product) to a timestamped CSV file via wmic.
Export Printers to CSV (Python)
Exports Printers (Win32_Printer) to a timestamped CSV file via wmic.
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β¦
Export Installed Hotfixes to CSV (Python)
Exports Installed Hotfixes (Win32_QuickFixEngineering) to a timestamped CSV file via wmic.