diff --git a/Diagnostics/AVTester/Test-ExchAVExclusions.ps1 b/Diagnostics/AVTester/Test-ExchAVExclusions.ps1 index 7042f63f57..494daaa46f 100644 --- a/Diagnostics/AVTester/Test-ExchAVExclusions.ps1 +++ b/Diagnostics/AVTester/Test-ExchAVExclusions.ps1 @@ -341,6 +341,8 @@ $ModuleAllowList.add("ExDbFailureItemApi.dll") $ModuleAllowList.add("Microsoft.Cloud.InstrumentationFramework.Metrics.ni.dll") $ModuleAllowList.add("IfxMetrics.dll") $ModuleAllowList.add("ManagedBlingSigned.dll") +$ModuleAllowList.add("l3codecp.acm") +$ModuleAllowList.add("System.IdentityModel.Tokens.jwt.ni.dll") # Oracle modules associated with 'Outside InĀ® Technology' $ModuleAllowList.add("wvcore.dll") $ModuleAllowList.add("sccut.dll") diff --git a/Security/src/ExchangeExtendedProtectionManagement/ExchangeExtendedProtectionManagement.ps1 b/Security/src/ExchangeExtendedProtectionManagement/ExchangeExtendedProtectionManagement.ps1 index af9a4864c4..f7cd53a4a0 100644 --- a/Security/src/ExchangeExtendedProtectionManagement/ExchangeExtendedProtectionManagement.ps1 +++ b/Security/src/ExchangeExtendedProtectionManagement/ExchangeExtendedProtectionManagement.ps1 @@ -493,7 +493,7 @@ begin { $counter = 0 $totalCount = $ExchangeServers.Count $outlookAnywhereCount = 0 - $outlookAnywhereServers = $ExchangeServersPrerequisitesCheckSettingsCheck | Where-Object { $_.IsClientAccessServer -eq $true } + $outlookAnywhereServers = @($ExchangeServersPrerequisitesCheckSettingsCheck | Where-Object { $_.IsClientAccessServer -eq $true }) $outlookAnywhereTotalCount = $outlookAnywhereServers.Count $progressParams = @{