Skip to content

Commit

Permalink
Merge pull request #2205 from microsoft/dpaul-HcExtendedSupport
Browse files Browse the repository at this point in the history
End Of Life now displayed for 2016/2019
  • Loading branch information
dpaulson45 authored Oct 15, 2024
2 parents cc41f34 + 30197be commit 26de9db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ function Invoke-AnalyzerExchangeInformation {
Details = $displayValue
DisplayWriteType = $displayWriteType
DisplayCustomTabNumber = 2
DisplayTestingValue = $true
AddHtmlDetailRow = $false
}
Add-AnalyzedResultInformation @params
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Describe "Testing Health Checker by Mock Data Imports - Exchange 2016" {
TestObjectMatch "Extended Protection Enabled (Any VDir)" $false
TestObjectMatch "Setting Overrides Detected" $false
TestObjectMatch "Exchange Server Membership" "Passed"
$Script:ActiveGrouping.Count | Should -Be 16
$Script:ActiveGrouping.Count | Should -Be 17
}

It "Display Results - Organization Information" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Describe "Testing Health Checker by Mock Data Imports" {
TestObjectMatch "Name" $env:COMPUTERNAME
TestObjectMatch "Version" "Exchange 2019 CU11"
TestObjectMatch "Build Number" "15.02.0986.005"
TestObjectMatch "End Of Life" $true -WriteType "Yellow" # This is going to change to red once we get 178 out
TestObjectMatch "Server Role" "Mailbox"
TestObjectMatch "DAG Name" "Standalone Server"
TestObjectMatch "AD Site" "Default-First-Site-Name"
Expand All @@ -34,7 +35,7 @@ Describe "Testing Health Checker by Mock Data Imports" {
TestObjectMatch "Monitoring Overrides Detected" $false
TestObjectMatch "Out of Date" $true -WriteType "Red"
TestObjectMatch "Exchange Server Membership" "Passed"
$Script:ActiveGrouping.Count | Should -Be 16
$Script:ActiveGrouping.Count | Should -Be 17
}

It "Display Results - Organization Information" {
Expand Down

0 comments on commit 26de9db

Please sign in to comment.