Skip to content

Commit

Permalink
Merge pull request #1772 from microsoft/main
Browse files Browse the repository at this point in the history
Release 7-20-23
  • Loading branch information
dpaulson45 authored Jul 20, 2023
2 parents 7fae716 + 31856b2 commit d151413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Diagnostics/AVTester/Test-ExchAVExclusions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @{
Expand Down

0 comments on commit d151413

Please sign in to comment.