Tag: updates

22 script(s) tagged “updates”

πŸ“„ JScript (WSH)

Get Installed Hotfixes Report (JScript)

Queries Win32_QuickFixEngineering via WMI and prints Installed Hotfixes to the console β€” JScript, VBScript's WSH siblin…

πŸ“œ VBScript (WSH)

Get Installed Hotfixes Report (VBScript)

Queries Win32_QuickFixEngineering via WMI and prints Installed Hotfixes to the console β€” no PowerShell required.

🐍 Python 3.10+

Export Installed Hotfixes to CSV (Python)

Exports Installed Hotfixes (Win32_QuickFixEngineering) to a timestamped CSV file via wmic.

πŸ–₯️ Batch (CMD)

Export Installed Hotfixes to CSV (Batch)

Uses wmic to export Installed Hotfixes (Win32_QuickFixEngineering) to a timestamped CSV file.

⚑ PowerShell 5.1+

Watch Installed Hotfixes for Changes

Polls Win32_QuickFixEngineering on an interval and prints a line whenever the Installed Hotfixes count changes β€” a ligh…

🧬 WQL / PowerShell

Win32_QuickFixEngineering: Querying Installed Hotfixes Remotely (CIM Session)

Runs the same Win32_QuickFixEngineering WQL query against a remote computer over a CIM session β€” the modern, WinRM-base…

πŸ–₯️ Batch (CMD)

Get Installed Hotfixes Report (Batch)

Uses wmic to list Installed Hotfixes (Win32_QuickFixEngineering) straight from the command line.

🐍 Python 3.10+

Backup Installed Hotfixes to JSON (Python)

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

🧬 WQL / PowerShell

Win32_QuickFixEngineering: Sorting Installed Hotfixes (WQL has no ORDER BY)

WQL has no ORDER BY clause β€” this shows the standard workaround of piping Get-CimInstance results through Sort-Object o…

🧬 WQL / PowerShell

Win32_QuickFixEngineering: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_QuickFixEngineering via Register-CimIndicationEvent β€” real WQL ev…