Tag: software
22 script(s) tagged “software”
Win32_Product: Installed MSI Products (WQL)
A minimal WQL reference query against Win32_Product — the raw SELECT statement plus a one-line runner, useful for learn…
Watch Installed MSI Products for Changes
Polls Win32_Product on an interval and prints a line whenever the Installed MSI Products count changes — a lightweight …
Get Installed MSI Products Report (Python)
Uses wmic under the hood to report Installed MSI Products (Win32_Product) — no third-party packages required.
Get Installed MSI Products Report to File (VBScript)
Queries Win32_Product via WMI and writes Installed MSI Products to a timestamped text file, handy for scheduled logon/l…
Get Installed MSI Products Report (JScript)
Queries Win32_Product via WMI and prints Installed MSI Products to the console — JScript, VBScript's WSH sibling langua…
Get Installed MSI Products Report
Queries Win32_Product via WMI and reports Installed MSI Products in a formatted table, with an optional CSV export.
Win32_Product: Discovering Available Properties (Get-CimClass)
Uses Get-CimClass to list every real property and method Win32_Product exposes on the current system, instead of guessi…
Backup Installed MSI Products to JSON (C#)
Snapshots Installed MSI Products (Win32_Product) to a timestamped JSON file via System.Management and System.Text.Json.
Win32_Product: Querying Installed MSI Products Remotely (CIM Session)
Runs the same Win32_Product WQL query against a remote computer over a CIM session — the modern, WinRM-based replacemen…
Load Installed MSI Products into Excel via WMI
Queries Win32_Product via GetObject("winmgmts:") and dumps every Installed MSI Products row straight onto the active wo…
Backup Installed MSI Products List to JSON
Snapshots Installed MSI Products from Win32_Product to a timestamped JSON file for later comparison or auditing.
Export Installed MSI Products to CSV (Batch)
Uses wmic to export Installed MSI Products (Win32_Product) to a timestamped CSV file.