You can search build numbers of Exchange Server.
Перейти к файлу
Ryutaro Koma b47a20ebb9 v1.2.2
fixed #8
2024-08-15 11:50:45 +09:00
src/ExchangeBuildNumber v1.2.2 2024-08-15 11:50:45 +09:00
ExchangeBuildNumbers.csv v1.2.1 2024-05-27 16:57:01 +09:00
LICENSE.txt Add LICENSE.txt 2016-09-04 00:20:32 +09:00
README.md v1.2.2 2024-08-15 11:50:45 +09:00
SECURITY.md Microsoft mandatory file 2022-09-08 15:18:32 +00:00

README.md

ExchangeBuildNumber PowerShell Module

You can search build numbers of Exchange Server. Not only that, but you can also get the relevant KB numbers and blog posts.

If you're already using ExchangeBuildNumber PowerShell Module, please update to 1.2.2 or higher to download the latest definition file.

PS C:\> Get-ExchangeBuildNumber "2019 CU9"


Product Name : Exchange 2019 CU9
Build Number : 15.2.858.5
Date         : 2021/03/16
KB           : KB4602570
Blog         : https://techcommunity.microsoft.com/t5/exchange-team-blog/released-march-2021-quarterly-exchange-updates/ba-p/2205283

Installing ExchangeBuildNumber PowerShell Module

You can install this module from the PowerShell Gallery using Install-Module CmdLet.

Install-Module ExchangeBuildNumber

Updating ExchangeBuildNumber PowerShell Module

Update-Module ExchangeBuildNumber

Example

If you want to know the build number of Exchange 2013 CU11, run the following command.

Get-ExchangeBuildNumber -ProductName "Exchange 2013 CU11"

If you want to know the product name of 15.0.1156.6, run the following command.

Get-ExchangeProductName 15.0.1156.6

If you want to update the definition file manually, run the following command.

Update-ExchangeBuildNumberDefinition

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.