We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc8dac commit 86e1e1dCopy full SHA for 86e1e1d
Modules/CIPPCore/Public/Entrypoints/Orchestrator Functions/Start-AuditLogOrchestrator.ps1
@@ -36,6 +36,7 @@ function Start-AuditLogOrchestrator {
36
37
if ($TenantGroups.Count -gt 0) {
38
Write-Information "Processing webhook cache for $($TenantGroups.Count) tenants"
39
+ Write-Warning "AuditLogJobs are: $($TenantGroups.Count) tenants. Tenants: $($tenantgroups.name | ConvertTo-Json) "
40
$ProcessQueue = New-CippQueueEntry -Name 'Audit Logs Process' -Reference 'AuditLogsProcess' -TotalTasks ($TenantGroups | Measure-Object -Property Count -Sum).Sum
41
$ProcessBatch = foreach ($TenantGroup in $TenantGroups) {
42
$TenantFilter = $TenantGroup.Name
0 commit comments