File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Modules/CIPPCore/Public/Entrypoints/Orchestrator Functions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ function Start-AuditLogOrchestrator {
3636
3737 if ($TenantGroups ) {
3838 Write-Information " Processing webhook cache for $ ( $TenantGroups.Count ) tenants"
39- Write-Warning " AuditLogJobs are: $ ( $TenantGroups.Count ) tenants. Tenants: $ ( $TenantGroups.name | ConvertTo-Json - Compress) "
40- Write-Warning " Here are the groups: $ ( $TenantGroups | ConvertTo-Json - Compress) "
39+ # Write-Warning "AuditLogJobs are: $($TenantGroups.Count) tenants. Tenants: $($TenantGroups.name | ConvertTo-Json -Compress) "
40+ # Write-Warning "Here are the groups: $($TenantGroups | ConvertTo-Json -Compress)"
4141 $ProcessQueue = New-CippQueueEntry - Name ' Audit Logs Process' - Reference ' AuditLogsProcess' - TotalTasks ($TenantGroups | Measure-Object - Property Count - Sum).Sum
4242 $ProcessBatch = foreach ($TenantGroup in $TenantGroups ) {
4343 $TenantFilter = $TenantGroup.Name
You can’t perform that action at this time.
0 commit comments