Tag: csv
139 script(s) tagged “csv”
Get Printers Report
Queries Win32_Printer via WMI and reports Printers in a formatted table, with an optional CSV export.
Export Network Shares to CSV (Batch)
Uses wmic to export Network Shares (Win32_Share) to a timestamped CSV file.
Export Installed Hotfixes to CSV (Batch)
Uses wmic to export Installed Hotfixes (Win32_QuickFixEngineering) to a timestamped CSV file.
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β¦
Export Video Controllers to CSV (Python)
Exports Video Controllers (Win32_VideoController) to a timestamped CSV file via wmic.
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, β¦
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β¦
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β¦
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β¦
Get Keyboard Info Report
Queries Win32_Keyboard via WMI and reports Keyboard Info in a formatted table, with an optional CSV export.
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β¦
Export Sound Devices to CSV (Python)
Exports Sound Devices (Win32_SoundDevice) to a timestamped CSV file via wmic.