Tag: updates

22 script(s) tagged “updates”

🐍 Python 3.10+

Get Installed Hotfixes Report (Python)

Uses wmic under the hood to report Installed Hotfixes (Win32_QuickFixEngineering) — no third-party packages required.

⚡ PowerShell 5.1+

Backup Installed Hotfixes List to JSON

Snapshots Installed Hotfixes from Win32_QuickFixEngineering to a timestamped JSON file for later comparison or auditing.

📊 VBA (Excel)

Export Installed Hotfixes to CSV via WMI (VBA)

Queries Win32_QuickFixEngineering via WMI and writes every Installed Hotfixes row straight to a CSV file in Documents, …

⚡ PowerShell 5.1+

Get Installed Hotfixes Report

Queries Win32_QuickFixEngineering via WMI and reports Installed Hotfixes in a formatted table, with an optional CSV exp…

📊 VBA (Excel)

Load Installed Hotfixes into Excel via WMI

Queries Win32_QuickFixEngineering via GetObject("winmgmts:") and dumps every Installed Hotfixes row straight onto the a…

🧬 WQL / PowerShell

Win32_QuickFixEngineering: Filtering Installed Hotfixes (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_QuickFixEngineering, starting from a LIKE '%' wildcard you customize wi…

📜 VBScript (WSH)

Get Installed Hotfixes Report to File (VBScript)

Queries Win32_QuickFixEngineering via WMI and writes Installed Hotfixes to a timestamped text file, handy for scheduled…

🟣 C# / .NET 6+

Get Installed Hotfixes Report (C#)

Queries Win32_QuickFixEngineering via WMI (System.Management) and prints Installed Hotfixes to the console.

🧬 WQL / PowerShell

Win32_QuickFixEngineering: Installed Hotfixes (WQL)

A minimal WQL reference query against Win32_QuickFixEngineering — the raw SELECT statement plus a one-line runner, usef…

🧬 WQL / PowerShell

Win32_QuickFixEngineering: Discovering Available Properties (Get-CimClass)

Uses Get-CimClass to list every real property and method Win32_QuickFixEngineering exposes on the current system, inste…

🧬 WQL / PowerShell

Win32_QuickFixEngineering: Finding Associated Objects (WQL ASSOCIATORS OF)

Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Quick…

🟣 C# / .NET 6+

Backup Installed Hotfixes to JSON (C#)

Snapshots Installed Hotfixes (Win32_QuickFixEngineering) to a timestamped JSON file via System.Management and System.Te…