Invoke AzAutomationJobCleanup
Skript Beschreibung
**Zusammenfassung**: Maintenance script to clean up old Automation Job history.
Azure Automation keeps job logs which can be noisy.
This script finds jobs older than X days and effectively clears them from view
(though archiving is native, this is for operational dashboard cleanup).
Note: Can't delete jobs via simple cmdlet easily, often used to just export-and-purge logic.
Here we focus on identifying the purge candidates.
Skript Infos
Autor
Mattia Cirillo
Version
1.0
Sprache
PowerShell
141_Invoke-AzAutomationJobCleanup.ps1