File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Standards Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ function Push-CIPPStandardsList {
2525 Write-Information " No standards found for tenant $TenantFilter "
2626 return @ ()
2727 }
28-
28+ Write-Host " Retrieved $ ( $AllStandards .Count ) standards for tenant $TenantFilter before filtering. "
2929 # Build hashtable for efficient lookup
3030 $ComputedStandards = @ {}
3131 foreach ($Standard in $AllStandards ) {
@@ -179,6 +179,7 @@ function Push-CIPPStandardsList {
179179 }
180180 }
181181
182+ Write-Host " Returning $ ( $ComputedStandards.Count ) standards for tenant $TenantFilter after filtering."
182183 # Return filtered standards
183184 $ComputedStandards.Values | ForEach-Object {
184185 [PSCustomObject ]@ {
You can’t perform that action at this time.
0 commit comments