Data/VendorTasks.psd1
|
@{ # Tasks that must ALWAYS be audited, even when they live under an ignored prefix. # This list is the curation moat: every confirmed "can it watch X" request lands here. AlwaysAuditPathPrefixes = @( '\Microsoft\Windows\Backup\' # Windows Server Backup schedules live here ) AlwaysAuditNamePatterns = @( 'Veeam*' ) } |