Tag: wmi
750 script(s) tagged “wmi”
Export Startup Programs to CSV (Python)
Exports Startup Programs (Win32_StartupCommand) to a timestamped CSV file via wmic.
Backup USB Controllers List to JSON
Snapshots USB Controllers from Win32_USBController to a timestamped JSON file for later comparison or auditing.
Get Network Adapter Configuration Report (JScript)
Queries Win32_NetworkAdapterConfiguration via WMI and prints Network Adapter Configuration to the console β JScript, VBβ¦
Win32_PnPSignedDriver: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_PnPSignedDriver via Register-CimIndicationEvent β real WQL event β¦
Win32_TimeZone: Querying Time Zone Settings Remotely (CIM Session)
Runs the same Win32_TimeZone WQL query against a remote computer over a CIM session β the modern, WinRM-based replacemeβ¦
Export Keyboard Info to CSV (Python)
Exports Keyboard Info (Win32_Keyboard) to a timestamped CSV file via wmic.
Export Local User Accounts to CSV via WMI (VBA)
Queries Win32_UserAccount via WMI and writes every Local User Accounts row straight to a CSV file in Documents, using pβ¦
Export Physical Disk Drives to CSV (Batch)
Uses wmic to export Physical Disk Drives (Win32_DiskDrive) to a timestamped CSV file.
Get Page File Usage Report (C#)
Queries Win32_PageFileUsage via WMI (System.Management) and prints Page File Usage to the console.
Export BIOS Info to CSV (Python)
Exports BIOS Info (Win32_BIOS) to a timestamped CSV file via wmic.
Get Battery Info Report (Batch)
Uses wmic to list Battery Info (Win32_Battery) straight from the command line.
Backup Processes to JSON (Python)
Snapshots Processes (Win32_Process) to a timestamped JSON file for later comparison or auditing.