-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Issue] - Health Checker do not show windows full version #2257
Comments
https://smsagent.blog/2017/05/18/find-the-full-windows-build-number-with-powershell/ We can at least provide this build number. Would be nice to also get a time if possible. |
The best approach to check the version and the date should be to create a table with all windows versions that we have but could be a pain to maintain it. Additionally we need a table for each version of windows server that is supported. i was think in an alternative method. Something like:
|
Provide Version Number
Any version
Describe the issue
Health checker only show Windows Server version version but not the minor version
you could have an old version, for example widows server 2022 RTM (from 2021) , old version before Exchange CU12 start to support Windows 2022.
This version do not work correctly with Exchange.
Because of that I think we need to show some kind of warning when you are running an old Windows version and recommend to update your windows server if it is not update in the last one or two years.
Expected behavior
show detailed windows version and show a warning if it is old.
The text was updated successfully, but these errors were encountered: