report_update_compliance
Get a compliance overview of Windows devices grouped by update status. Identify outdated or unpatched systems to prioritize patching.
Instructions
Zeigt eine Compliance-Übersicht aller Windows-Geräte nach Update-Status.
Ideal um veraltete oder nicht gepatchte Geräte zu identifizieren.
Args:
min_missing: Mindestanzahl fehlender Updates, damit ein Gerät gelistet wird
(Standard: 1 — alle Geräte mit mindestens einem fehlenden Update).
category: Welche Update-Kategorie berücksichtigt werden soll:
'critical', 'security', 'other' oder 'any' (Standard).
limit: Maximale Anzahl Geräte im Ergebnis (Standard: 50).
Returns:
Objekt mit 'summary' (Gesamtübersicht) und 'devices' (sortiert nach fehlenden Updates).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| category | No | any | |
| min_missing | No |