File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ function Compare-CIPPIntuneObject {
3030 ' featureUpdatesPauseStartDate'
3131 ' wslDistributions' ,
3232 ' lastSuccessfulSyncDateTime' ,
33- ' tenantFilter'
33+ ' tenantFilter' ,
34+ ' agents'
3435 )
3536
3637 $excludeProps = $defaultExcludeProperties + $ExcludeProperties
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ function Test-CIPPRerun {
2121 ' Standard' { 9800 } # 2 hours 45 minutes ish.
2222 ' BPA' { 85000 } # 24 hours ish.
2323 ' CippTests' { 85000 } # 24 hours ish.
24- ' Get-CIPPAlertQuarantineReleaseRequests ' { 3500 } # about an hour
24+ ' ExchangeMonitor ' { 3500 } # about an hour
2525 default { throw " Unknown type: $Type " }
2626 }
2727 }
Original file line number Diff line number Diff line change 1616 "distributedTracingEnabled" : false ,
1717 "version" : " None"
1818 },
19- "defaultVersion" : " 10.0.8 " ,
19+ "defaultVersion" : " 10.0.9 " ,
2020 "versionMatchStrategy" : " Strict" ,
2121 "versionFailureStrategy" : " Fail"
2222 }
Original file line number Diff line number Diff line change 1- 10.0.8
1+ 10.0.9
You can’t perform that action at this time.
0 commit comments