Skip to content

Commit 4bc0143

Browse files
add some logging
1 parent 74e95ee commit 4bc0143

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ function Push-CIPPStandardsList {
170170

171171
# Remove if both unchanged
172172
if (-not $PolicyChanged -and -not $StandardTemplateChanged) {
173+
Write-Host "NO INTUNE CHANGE: Filtering out $key for $($TenantFilter)"
173174
[void]$ComputedStandards.Remove($Key)
174175
}
175176
}

0 commit comments

Comments
 (0)