From 7e08cac01e0868d5beb70644922a3999f1e868b7 Mon Sep 17 00:00:00 2001 From: John Duprey Date: Thu, 5 Feb 2026 09:22:10 -0800 Subject: [PATCH 1/3] fix exchange monitor --- Modules/CIPPCore/Public/Test-CIPPRerun.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/CIPPCore/Public/Test-CIPPRerun.ps1 b/Modules/CIPPCore/Public/Test-CIPPRerun.ps1 index 198cf87143f9..57d8d9b3a603 100644 --- a/Modules/CIPPCore/Public/Test-CIPPRerun.ps1 +++ b/Modules/CIPPCore/Public/Test-CIPPRerun.ps1 @@ -21,7 +21,7 @@ function Test-CIPPRerun { 'Standard' { 9800 } # 2 hours 45 minutes ish. 'BPA' { 85000 } # 24 hours ish. 'CippTests' { 85000 } # 24 hours ish. - 'Get-CIPPAlertQuarantineReleaseRequests' { 3500 } #about an hour + 'ExchangeMonitor' { 3500 } #about an hour default { throw "Unknown type: $Type" } } } From 8c03182c144959a00da03e5f051cc8361d7cb59e Mon Sep 17 00:00:00 2001 From: John Duprey Date: Thu, 5 Feb 2026 09:33:56 -0800 Subject: [PATCH 2/3] remove agents prop from compare --- Modules/CIPPCore/Public/Compare-CIPPIntuneObject.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Modules/CIPPCore/Public/Compare-CIPPIntuneObject.ps1 b/Modules/CIPPCore/Public/Compare-CIPPIntuneObject.ps1 index 616f0ef600a9..01e0c0f8f82e 100644 --- a/Modules/CIPPCore/Public/Compare-CIPPIntuneObject.ps1 +++ b/Modules/CIPPCore/Public/Compare-CIPPIntuneObject.ps1 @@ -30,7 +30,8 @@ function Compare-CIPPIntuneObject { 'featureUpdatesPauseStartDate' 'wslDistributions', 'lastSuccessfulSyncDateTime', - 'tenantFilter' + 'tenantFilter', + 'agents' ) $excludeProps = $defaultExcludeProperties + $ExcludeProperties From dde937ec96ec97f2dc9e7b7453730c01b2f758a0 Mon Sep 17 00:00:00 2001 From: John Duprey Date: Thu, 5 Feb 2026 10:05:29 -0800 Subject: [PATCH 3/3] bump version to 10.0.9 --- host.json | 2 +- version_latest.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/host.json b/host.json index 97957cbf1ed7..2af179e475df 100644 --- a/host.json +++ b/host.json @@ -16,7 +16,7 @@ "distributedTracingEnabled": false, "version": "None" }, - "defaultVersion": "10.0.8", + "defaultVersion": "10.0.9", "versionMatchStrategy": "Strict", "versionFailureStrategy": "Fail" } diff --git a/version_latest.txt b/version_latest.txt index 5219a0df74ba..82f3d338cfb6 100644 --- a/version_latest.txt +++ b/version_latest.txt @@ -1 +1 @@ -10.0.8 +10.0.9