Tag: csv
139 script(s) tagged “csv”
Export Installed MSI Products to CSV (Batch)
Uses wmic to export Installed MSI Products (Win32_Product) to a timestamped CSV file.
Export Keyboard Info to CSV (Batch)
Uses wmic to export Keyboard Info (Win32_Keyboard) to a timestamped CSV file.
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.
Export Signed Drivers to CSV (Python)
Exports Signed Drivers (Win32_PnPSignedDriver) to a timestamped CSV file via wmic.
Export Printers to CSV (Batch)
Uses wmic to export Printers (Win32_Printer) to a timestamped CSV file.
Get Network Login Profiles Report
Queries Win32_NetworkLoginProfile via WMI and reports Network Login Profiles in a formatted table, with an optional CSV…
Get Pointing Devices Report
Queries Win32_PointingDevice via WMI and reports Pointing Devices in a formatted table, with an optional CSV export.
Export Operating System Info to CSV (Batch)
Uses wmic to export Operating System Info (Win32_OperatingSystem) to a timestamped CSV file.
Export Local User Accounts to CSV (Python)
Exports Local User Accounts (Win32_UserAccount) to a timestamped CSV file via wmic.
Export Environment Variables to CSV (Python)
Exports Environment Variables (Win32_Environment) to a timestamped CSV file via wmic.
Export Startup Programs to CSV (Python)
Exports Startup Programs (Win32_StartupCommand) to a timestamped CSV file via wmic.
Export Keyboard Info to CSV (Python)
Exports Keyboard Info (Win32_Keyboard) to a timestamped CSV file via wmic.