Skip to content

Commit a46e1ba

Browse files
committed
Add May26HU Build Numbers
1 parent b5f2777 commit a46e1ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Shared/Get-ExchangeBuildVersionInformation.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ function Get-ExchangeBuildVersionInformation {
131131
$cuReleaseDate = "07/01/2025"
132132
$supportedBuildNumber = $true
133133
}
134+
(GetBuildVersion $exSE "RTM" -SU "May26HU") { $latestSUBuild = $true }
134135
(GetBuildVersion $exSE "RTM" -SU "Feb26SU") { $latestSUBuild = $true }
135136
}
136137
} elseif ($exchangeVersion.Major -eq 15 -and $exchangeVersion.Minor -eq 2) {
@@ -881,6 +882,7 @@ function GetExchangeBuildDictionary {
881882
"Oct25SU" = "15.2.2562.29"
882883
"Dec25SU" = "15.2.2562.35"
883884
"Feb26SU" = "15.2.2562.37"
885+
"May26HU" = "15.2.2562.41"
884886
})
885887
}
886888
}

0 commit comments

Comments
 (0)