Skip to content

Commit

Permalink
Fix bug now display correct Exchange version that we are ready for in…
Browse files Browse the repository at this point in the history
… 2019
  • Loading branch information
dpaulson45 committed Jul 1, 2021
1 parent 4a1644e commit a0de276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Setup/SetupAssist/Checks/Test-ExchangeAdLevel.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function Test-ExchangeAdSetupObjects {
Write-Mismatch -ExchVersion "2019" -UpperRange $schemaValue
return
}
Write-ReadyFor -ExchangeVersion "2016" -UpperRange $schemaValue -CU $CU
Write-ReadyFor -ExchangeVersion "2019" -UpperRange $schemaValue -CU $CU
} elseif ($schemaValue -eq 17002) {

if ($MESOValue -eq 13239 -and
Expand All @@ -222,7 +222,7 @@ function Test-ExchangeAdSetupObjects {
Write-Mismatch -ExchVersion "2019" -UpperRange $schemaValue
return
}
Write-ReadyFor -ExchangeVersion "2016" -UpperRange $schemaValue -CU $CU
Write-ReadyFor -ExchangeVersion "2019" -UpperRange $schemaValue -CU $CU
} elseif ($schemaValue -eq 17003) {

if ($MESOValue -eq 13241 -and
Expand Down

0 comments on commit a0de276

Please sign in to comment.