Skip to content

Commit 528a8d5

Browse files
authored
Merge pull request #611 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents 1a52659 + f22afac commit 528a8d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Standards/Push-CIPPStandardsList.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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]@{

0 commit comments

Comments
 (0)