How do I list out all Exchange updates installed from PowerShell or CMD?

Puteih 21 Reputation points
2021-03-05T10:21:29.157+00:00

Hello all,
I'm looking for a way to list out all (or the latest) Exchange installed security updates (can be found in Programs and Features>Installed Updates) via PowerShell or CMD.

I tried running these commands below but none of them showed me my desired output:
DISM /online /Get-Packages
gcm ExSetup.exe | %{$_.FileVersionInfo}
wmic qfe list brief
Get-Hotfix

Appreciate if anyone could point me out to the correct direction.

Thank you in advance

Exchange | Exchange Server | Management
0 comments No comments
{count} votes

Accepted answer
  1. KyleXu-MSFT 26,396 Reputation points
    2021-03-08T09:42:15.8+00:00

    @Puteih

    Here are detailed information about it:
    75403-qa-kyle-17-40-42.png
    75404-qa-kyle-17-41-56.png


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Andy David - MVP 157.8K Reputation points MVP Volunteer Moderator
    2021-03-06T16:21:19.8+00:00
    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.