Forum Discussion
Mohammed24
Sep 06, 2021Copper Contributor
build number remains same after installing “Security Update for Exchange Server 2019 CU10 (KB500478
Hi,
The build number remains same after installing “Security Update for Exchange Server 2019 CU10 (KB5004780) recently the build number remain same on exchange server “Version 15.2 (Build 922.7)”
As per our understanding it should get changed to “15.2.922.13” can you please advise why it has not changed.
- glipovicCopper ContributorHi Guys,
Have you been able to fix this issue?
Granit. - mariettectrxCopper Contributor
Mohammed24 The binaries are actually at 15.02.0922.013. Use
(Get-Command "C:\Program Files\Microsoft\Exchange Server\V15\Bin\ExSetup.exe").fileversioninfo.fileversion
to check the version.
Get-ExchangeServer | select Name, AdminDisplayVersion
Get-ExchangeServer pulls the value from the attribute 'serialNumber' on your Exchange Server properties in the AD. Not sure why this stays the same, seems not correct as you mentioned.
- stowakelCopper ContributorYou can also use
Get-Command Exsetup.exe | ForEach {$_.FileVersionInfo}
https://docs.microsoft.com/en-us/exchange/new-features/build-numbers-and-release-dates?view=exchserver-2019