[Work Item] Display Exchange Server edition and trial information #2191
Labels
Health Checker
New Feature/Check
A new feature or check that is being added to a script
Work Item
Work Item for project work
Describe the work
We should display the
Edition
of the Exchange Server. We should also show a warning if Exchange Server is running in trialIsExchangeTrialEdition
. We should show a red error ifIsExpiredExchangeTrialEdition
isTrue
or whenRemainingTrialPeriod
is<= 7 days
.Information can be queried by running:
Get-ExchangeServer | fl *trial*,edition
The text was updated successfully, but these errors were encountered: