Tag: export
71 script(s) tagged “export”
Export Printers to CSV (Batch)
Uses wmic to export Printers (Win32_Printer) to a timestamped CSV file.
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.
Export Physical Disk Drives to CSV (Batch)
Uses wmic to export Physical Disk Drives (Win32_DiskDrive) to a timestamped CSV file.
Export BIOS Info to CSV (Python)
Exports BIOS Info (Win32_BIOS) to a timestamped CSV file via wmic.
Export Services to CSV (Batch)
Uses wmic to export Services (Win32_Service) to a timestamped CSV file.
Export Connected Monitors to CSV (Batch)
Uses wmic to export Connected Monitors (Win32_DesktopMonitor) to a timestamped CSV file.
Export Network Adapter Configuration to CSV (Batch)
Uses wmic to export Network Adapter Configuration (Win32_NetworkAdapterConfiguration) to a timestamped CSV file.
Export Pointing Devices to CSV (Python)
Exports Pointing Devices (Win32_PointingDevice) to a timestamped CSV file via wmic.