Skip to content

Commit

Permalink
Merge branch 'AV' of https://github.com/iserrano76/CSS-Exchange into AV
Browse files Browse the repository at this point in the history
  • Loading branch information
iserrano76 committed Aug 4, 2023
2 parents 568f9ed + 93d901a commit a5391e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ begin {
$rpcNullServers = New-Object 'System.Collections.Generic.List[string]'
$canNotConfigure = "Therefore, we can not configure Extended Protection."
$counter = 0
$totalCount = $ExchangeServers.Count
$totalCount = @($ExchangeServers).Count
$outlookAnywhereCount = 0
$outlookAnywhereServers = @($ExchangeServersPrerequisitesCheckSettingsCheck | Where-Object { $_.IsClientAccessServer -eq $true })
$outlookAnywhereTotalCount = $outlookAnywhereServers.Count
Expand Down

0 comments on commit a5391e5

Please sign in to comment.