Tag: updates
22 script(s) tagged “updates”
Get Installed Hotfixes Report (JScript)
Queries Win32_QuickFixEngineering via WMI and prints Installed Hotfixes to the console β JScript, VBScript's WSH siblinβ¦
Get Installed Hotfixes Report (VBScript)
Queries Win32_QuickFixEngineering via WMI and prints Installed Hotfixes to the console β no PowerShell required.
Export Installed Hotfixes to CSV (Python)
Exports Installed Hotfixes (Win32_QuickFixEngineering) to a timestamped CSV file via wmic.
Export Installed Hotfixes to CSV (Batch)
Uses wmic to export Installed Hotfixes (Win32_QuickFixEngineering) to a timestamped CSV file.
Watch Installed Hotfixes for Changes
Polls Win32_QuickFixEngineering on an interval and prints a line whenever the Installed Hotfixes count changes β a lighβ¦
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β¦
Get Installed Hotfixes Report (Batch)
Uses wmic to list Installed Hotfixes (Win32_QuickFixEngineering) straight from the command line.
Backup Installed Hotfixes to JSON (Python)
Snapshots Installed Hotfixes (Win32_QuickFixEngineering) to a timestamped JSON file for later comparison or auditing.
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β¦
Win32_QuickFixEngineering: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_QuickFixEngineering via Register-CimIndicationEvent β real WQL evβ¦