Tag: wmi
750 script(s) tagged “wmi”
Win32_Service: Finding Associated Objects (WQL ASSOCIATORS OF)
Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Serviβ¦
Win32_Processor: Finding Associated Objects (WQL ASSOCIATORS OF)
Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Proceβ¦
Backup Time Zone Settings to JSON (Python)
Snapshots Time Zone Settings (Win32_TimeZone) to a timestamped JSON file for later comparison or auditing.
Backup Processes List to JSON
Snapshots Processes from Win32_Process to a timestamped JSON file for later comparison or auditing.
Get Video Controllers Report (VBScript)
Queries Win32_VideoController via WMI and prints Video Controllers to the console β no PowerShell required.
Get Signed Drivers Report (C#)
Queries Win32_PnPSignedDriver via WMI (System.Management) and prints Signed Drivers to the console.
Get Physical Memory Modules Report (Python)
Uses wmic under the hood to report Physical Memory Modules (Win32_PhysicalMemory) β no third-party packages required.
Export BIOS Info to CSV (Batch)
Uses wmic to export BIOS Info (Win32_BIOS) to a timestamped CSV file.
Win32_NetworkAdapterConfiguration: Discovering Available Properties (Get-CimClass)
Uses Get-CimClass to list every real property and method Win32_NetworkAdapterConfiguration exposes on the current systeβ¦
Watch Processes for Changes
Polls Win32_Process on an interval and prints a line whenever the Processes count changes β a lightweight way to noticeβ¦
Get Printers Report (C#)
Queries Win32_Printer via WMI (System.Management) and prints Printers to the console.
Export Logical Disks to CSV (Python)
Exports Logical Disks (Win32_LogicalDisk) to a timestamped CSV file via wmic.