Tag: wmi

750 script(s) tagged “wmi”

🧬 WQL / PowerShell

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…

🧬 WQL / PowerShell

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…

🐍 Python 3.10+

Backup Time Zone Settings to JSON (Python)

Snapshots Time Zone Settings (Win32_TimeZone) to a timestamped JSON file for later comparison or auditing.

⚑ PowerShell 5.1+

Backup Processes List to JSON

Snapshots Processes from Win32_Process to a timestamped JSON file for later comparison or auditing.

πŸ“œ VBScript (WSH)

Get Video Controllers Report (VBScript)

Queries Win32_VideoController via WMI and prints Video Controllers to the console β€” no PowerShell required.

🟣 C# / .NET 6+

Get Signed Drivers Report (C#)

Queries Win32_PnPSignedDriver via WMI (System.Management) and prints Signed Drivers to the console.

🐍 Python 3.10+

Get Physical Memory Modules Report (Python)

Uses wmic under the hood to report Physical Memory Modules (Win32_PhysicalMemory) β€” no third-party packages required.

πŸ–₯️ Batch (CMD)

Export BIOS Info to CSV (Batch)

Uses wmic to export BIOS Info (Win32_BIOS) to a timestamped CSV file.

🧬 WQL / PowerShell

Win32_NetworkAdapterConfiguration: Discovering Available Properties (Get-CimClass)

Uses Get-CimClass to list every real property and method Win32_NetworkAdapterConfiguration exposes on the current syste…

⚑ PowerShell 5.1+

Watch Processes for Changes

Polls Win32_Process on an interval and prints a line whenever the Processes count changes β€” a lightweight way to notice…

🟣 C# / .NET 6+

Get Printers Report (C#)

Queries Win32_Printer via WMI (System.Management) and prints Printers to the console.

🐍 Python 3.10+

Export Logical Disks to CSV (Python)

Exports Logical Disks (Win32_LogicalDisk) to a timestamped CSV file via wmic.