Tag: updates
22 script(s) tagged “updates”
Get Installed Hotfixes Report (Python)
Uses wmic under the hood to report Installed Hotfixes (Win32_QuickFixEngineering) — no third-party packages required.
Backup Installed Hotfixes List to JSON
Snapshots Installed Hotfixes from Win32_QuickFixEngineering to a timestamped JSON file for later comparison or auditing.
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, …
Get Installed Hotfixes Report
Queries Win32_QuickFixEngineering via WMI and reports Installed Hotfixes in a formatted table, with an optional CSV exp…
Load Installed Hotfixes into Excel via WMI
Queries Win32_QuickFixEngineering via GetObject("winmgmts:") and dumps every Installed Hotfixes row straight onto the a…
Win32_QuickFixEngineering: Filtering Installed Hotfixes (WQL WHERE)
Shows the WQL WHERE clause syntax against Win32_QuickFixEngineering, starting from a LIKE '%' wildcard you customize wi…
Get Installed Hotfixes Report to File (VBScript)
Queries Win32_QuickFixEngineering via WMI and writes Installed Hotfixes to a timestamped text file, handy for scheduled…
Get Installed Hotfixes Report (C#)
Queries Win32_QuickFixEngineering via WMI (System.Management) and prints Installed Hotfixes to the console.
Win32_QuickFixEngineering: Installed Hotfixes (WQL)
A minimal WQL reference query against Win32_QuickFixEngineering — the raw SELECT statement plus a one-line runner, usef…
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…
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…
Backup Installed Hotfixes to JSON (C#)
Snapshots Installed Hotfixes (Win32_QuickFixEngineering) to a timestamped JSON file via System.Management and System.Te…