Tag: csv
139 script(s) tagged “csv”
Export Local Groups to CSV (Batch)
Uses wmic to export Local Groups (Win32_Group) to a timestamped CSV file.
Export Time Zone Settings to CSV (Batch)
Uses wmic to export Time Zone Settings (Win32_TimeZone) to a timestamped CSV file.
Export Time Zone Settings to CSV via WMI (VBA)
Queries Win32_TimeZone via WMI and writes every Time Zone Settings row straight to a CSV file in Documents, using plainβ¦
Export Network Shares to CSV via WMI (VBA)
Queries Win32_Share via WMI and writes every Network Shares row straight to a CSV file in Documents, using plain VBA fiβ¦
Export Motherboard Info to CSV (Batch)
Uses wmic to export Motherboard Info (Win32_BaseBoard) to a timestamped CSV file.
Get Network Adapters Report
Queries Win32_NetworkAdapter via WMI and reports Network Adapters in a formatted table, with an optional CSV export.
Export Services to CSV via WMI (VBA)
Queries Win32_Service via WMI and writes every Services row straight to a CSV file in Documents, using plain VBA file Iβ¦
Get Physical Memory Modules Report
Queries Win32_PhysicalMemory via WMI and reports Physical Memory Modules in a formatted table, with an optional CSV expβ¦
Get Services Report
Queries Win32_Service via WMI and reports Services in a formatted table, with an optional CSV export.
Export Processes to CSV (Python)
Exports Processes (Win32_Process) to a timestamped CSV file via wmic.
Export Network Adapters to CSV (Python)
Exports Network Adapters (Win32_NetworkAdapter) to a timestamped CSV file via wmic.
Export Pointing Devices to CSV (Batch)
Uses wmic to export Pointing Devices (Win32_PointingDevice) to a timestamped CSV file.