

After that, check the product name on the Microsoft documentation website.ĭid you enjoy this article? You may also like Configure Extended Protection in Exchange Server.
#Powershell get windows version update#
This way, you will also get the Security Update build number if installed. Powershell Alternatively, open PowerShell by pressing. A better approach is to run the PowerShell script. PowerShell Core is not exactly the same as the Windows-only version of PowerShell and determining the current version of Windows is one of the areas in which they differ. Open the PowerShell by pressing the Windows + R keys and typing in powershell. Start Exchange Management Shell and run the Get-ExchangeServer cmdlet.
#Powershell get windows version how to#
You learned how to find the Exchange version with PowerShell. Keep reading: Exchange Server with different versions » Conclusion In our example, Version 15.1 (Build 1913.5) is the Exchange Server 2016 CU15. Go to the Microsoft Docs page and check the Product name. Now that we know the Exchange version build number, we can find the product name. Read more: Exchange Server Edition comparison » Find Exchange Product name from Build number In the next step, we will find the Exchange Product name. Invoke-Command -ComputerName $Server.Name -ScriptBlock $ExchangeServers = Get-ExchangeServer | Sort-Object Name The output will show the Exchange Servers build number.

Find Exchange version with PowerShell including Security UpdateĬopy and paste the below script into Exchange Management Shell. C:\>Get-ExchangeServer | Format-Table Name, Edition, AdminDisplayVersionĮX01-2016 StandardEvaluation Version 15.1 (Build 1913.5)ĮX02-2016 StandardEvaluation Version 15.1 (Build 1913.5)īut what if you have an Exchange Security Update installed? How do you check which Security Update is installed on the Exchange Server? The above cmdlet will not find that version. Using the WMI Class With Get-WMIObject Cmdlet in PowerShell to Get the Windows Version. For example, when you have more than a couple of Exchange Servers, you want to see them in a table view. Using the Get-ComputerInfo Cmdlet in PowerShell to Get the Windows Version. We can list the Exchange Servers in a table rather than a list. C:\>Get-ExchangeServer | Format-List Name, Edition, AdminDisplayVersionĪdminDisplayVersion : Version 15.1 (Build 1913.5) Run Exchange Management Shell as administrator. We are going to use the Get-ExchangeServer cmdlet. Let’s find out the Exchange version with PowerShell. Adding new Exchange Servers to the organization.Some of the reasons why you want to get the Exchange version: Type the following command to get the OS version using PowerShell and press Enter: (Get-WMIObject win32operatingsystem) Select Version This command will return the version of the Windows OS that is installed on your computer. There are plenty of reasons you want to find out which Exchange versions are running in the organization. Why do we want to find the Exchange version Find Exchange Product name from Build number.Find Exchange version with PowerShell including Security Update.

Why do we want to find the Exchange version.
