Skip to content

Commit 2b68fc7

Browse files
some added logging to see the batch
1 parent 1354aa6 commit 2b68fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/Standards/Invoke-CIPPStandardsRun.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function Invoke-CIPPStandardsRun {
8080
$BatchItem
8181
}
8282

83-
Write-Information "Built batch of $($Batch.Count) tenant standards list activities"
83+
Write-Information "Built batch of $($Batch.Count) tenant standards list activities: $($Batch | ConvertTo-Json -Depth 5 -Compress)"
8484

8585
# Start orchestrator with distributed batch and post-exec aggregation
8686
$InputObject = [PSCustomObject]@{

0 commit comments

Comments
 (0)