Skip to content

Fix Exchange versions on UM mitigation#439

Merged
erinIs1337 merged 1 commit into
microsoft:mainfrom
technion:mitigationsversion
Apr 10, 2021
Merged

Fix Exchange versions on UM mitigation#439
erinIs1337 merged 1 commit into
microsoft:mainfrom
technion:mitigationsversion

Conversation

@technion
Copy link
Copy Markdown
Contributor

@technion technion commented Apr 7, 2021

Issue:
Code contains a comment that UM mitigation is skipped for Exchange 2019. That code specifically seeks Exchange 2013 and skips Exchange 2016.

Reason:
As per version listing:

https://docs.microsoft.com/en-us/exchange/new-features/build-numbers-and-release-dates?view=exchserver-2019

Exchange 2016 is 15.1.x. The existing "not like 15.0" check meant UM would not apply. The fact it does so silently is a problem for troubleshooting.

Fix:
Replace with a match on 15.0 and 15.1. Added a verbose log.

Validation:
I have run this on an Exchange 2016 (15.1.2176.9) server.

@bill-long bill-long requested a review from erinIs1337 April 8, 2021 01:15
@erinIs1337 erinIs1337 merged commit ce9e2e5 into microsoft:main Apr 10, 2021
dpaulson45 added a commit that referenced this pull request Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants