Skip to content

Commit 74e95ee

Browse files
Fix Intune Standards rerun prevention/filtering
1 parent d3f15c0 commit 74e95ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

171171
# Remove if both unchanged
172172
if (-not $PolicyChanged -and -not $StandardTemplateChanged) {
173-
x [void]$ComputedStandards.Remove($Key)
173+
[void]$ComputedStandards.Remove($Key)
174174
}
175175
}
176176
} catch {

0 commit comments

Comments
 (0)