Oct 30 2023 02:39 AM
Hi,
When I eexcute Powershell command
Get-Exchangeserver | Format-Table Name, Edition, AdminDisplayVersion
The result is which indicates that CU13 is installed
However
Get-Command Exsetup.exe | ForEach {$_.FileVersionInfo}
Shows as result that I have CU11 installed, which I think is correct.
Why is it different and which is accurate?
A second question: Can I upgrade directly to CU13 from CU11?
Thanks
Edy
Oct 30 2023 03:56 PM