Check Exchange 2007 Server Edition Level
2010 February 5
To confirm the Exchange 2007 server edition (ie standard or enterprise), run the following powershell one-liner from the Exchange Management shell
Get-ExchangeServer | fl name,edition,admindisplayversion
As the example output shows below, each exchange server in the organisation will be listed with name, edition, and build/patch level.
Name : Mail1
Edition : Enterprise
AdminDisplayVersion : Version 6.5 (Build 7638.2: Service Pack 2)
Name : Mail2
Edition : Enterprise
AdminDisplayVersion : Version 8.1 (Build 240.6)
Name : Mail3
Edition : Enterprise
AdminDisplayVersion : Version 8.1 (Build 240.6)
Name : Mail4
Edition : Enterprise
AdminDisplayVersion : Version 8.1 (Build 240.6)
No comments yet


