cipp_add_scheduled_item
Schedule a CIPP automation command to run at a specific time, with optional recurrence and tenant scope.
Instructions
Create a new scheduled task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The CIPP function or command to execute on the schedule (e.g. "Get-CIPPAlerts"). | |
| taskName | Yes | Human-readable name to identify this scheduled task in the CIPP UI. | |
| recurrence | No | Cron expression or friendly recurrence interval (e.g. "0 9 * * 1" for every Monday at 09:00, or "Daily"). Omit for a one-off task. | |
| tenantFilter | No | Optional tenant domain name or ID to scope the scheduled task. Use 'allTenants' to run across every managed tenant. | |
| scheduledTime | Yes | ISO 8601 datetime string specifying when the task should first run (e.g. "2024-06-01T09:00:00Z"). |