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 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" } } } 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