report_inactive_devices
Identify devices inactive for a specified number of days, sorted by last seen time. Filter by OS type and limit results.
Instructions
Findet Geräte, die seit einer bestimmten Anzahl von Tagen nicht mehr gesehen wurden.
Args:
days: Schwellwert in Tagen (Standard: 30).
type: Gerätetyp — 'windows' (Standard), 'mac' oder 'linux'.
limit: Maximale Anzahl zurückgegebener Geräte (Standard: 50).
Returns:
Objekt mit 'total' und 'devices' (sortiert nach daysSinceLastSeen, absteigend).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| type | No | windows | |
| limit | No |