Tag: csv

139 script(s) tagged “csv”

πŸ–₯️ Batch (CMD)

Export Local Groups to CSV (Batch)

Uses wmic to export Local Groups (Win32_Group) to a timestamped CSV file.

πŸ–₯️ Batch (CMD)

Export Time Zone Settings to CSV (Batch)

Uses wmic to export Time Zone Settings (Win32_TimeZone) to a timestamped CSV file.

πŸ“Š VBA (Excel)

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…

πŸ“Š VBA (Excel)

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…

πŸ–₯️ Batch (CMD)

Export Motherboard Info to CSV (Batch)

Uses wmic to export Motherboard Info (Win32_BaseBoard) to a timestamped CSV file.

⚑ PowerShell 5.1+

Get Network Adapters Report

Queries Win32_NetworkAdapter via WMI and reports Network Adapters in a formatted table, with an optional CSV export.

πŸ“Š VBA (Excel)

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…

⚑ PowerShell 5.1+

Get Physical Memory Modules Report

Queries Win32_PhysicalMemory via WMI and reports Physical Memory Modules in a formatted table, with an optional CSV exp…

⚑ PowerShell 5.1+

Get Services Report

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

🐍 Python 3.10+

Export Processes to CSV (Python)

Exports Processes (Win32_Process) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Export Network Adapters to CSV (Python)

Exports Network Adapters (Win32_NetworkAdapter) to a timestamped CSV file via wmic.

πŸ–₯️ Batch (CMD)

Export Pointing Devices to CSV (Batch)

Uses wmic to export Pointing Devices (Win32_PointingDevice) to a timestamped CSV file.