Community Pick: Many members of our community have endorsed this article.

Finding Exchange server version using different methods

Mohammad Ishtyaq khatriSr. Systems Engineer
CERTIFIED EXPERT
Keen to learn, share and help fellow IT folks :)
Published:
The following methods allow us to find out the version of the exchange server installed on your server.

We can check the "Exchange Server Setup Progress.log" which can be found in the drive where exchange server is installed, just do CTRL+F in the log and search for the keyword "Enterprise" OR "Standard", but some times we don’t find the entry over there also…at that time what to do??

The following methods can be used to determin the exact version in use:

Method 1

First we need to open Regedit but doing the following:

1 - Click Start, select Run and enter Regedit then click OK.

2 - Navigate to the following registry value:

          HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall

Find the appropriate GUID registry subkey in one of the following lists. Verify that the Display Name in the right pane is Microsoft Exchange 2000 or Microsoft Exchange.

      The following subkeys indicate the version of Exchange 2000 that is installed on the computer:

DB20F7FD-67BC-4813-8808-78F63E89EB56: Standard Version Upgrade Package (VUP)
775CF3DA-C007-4709-B4CC-CE2239BE2E03: Standard Full Packaged Product (FPP)
FC6FA539-452D-4a9b-8065-C1FA74B86F83: Standard Evaluation 120 days (EVAL)
D3574E0C-360A-44d5-858C-33323C2D79F2: Enterprise Version Upgrade Package (VUP
F8567801-906B-439b-8D6A-87BDFEC9BA52: Enterprise Product Upgrade Package (PUP)
65D9643D-06E8-47d6-865E-80F4CC9BB879: Enterprise Full Packaged Product (FPP)
8B102332-6052-4af3-ADFA-35A3DED0506A: Enterprise Evaluation 120 days (EVAL)
     The following subkeys indicate the version of Exchange 2003 that is installed on the computer:

EAE76D62-2691-4883-8BBB-1F2EE6D370D5: Standard Version Upgrade Package (VUP)
9161A261-6ABE-4668-BBFA-AD06B3F642CF: Standard Full Packaged Product (FPP)
C160866F-DE53-434f-ADF1-CC42ABBF8778: Standard Evaluation 120 days (EVAL)
74F3BB3C-A434-48fa-AAC1-3FC37CD2B0DB: Enterprise Version Upgrade Package (VUP)
7F4210A8-D3B4-480a-835E-D5DAA0D0B157: Enterprise Product Upgrade Package (PUP)
F95DE19F-CF69-4b03-81B6-9EC050D20D3B: Enterprise Full Packaged Product (FPP)
2B8EC4BD-5638-47e2-8817-1A50B38A828D: Enterprise Evaluation 120 days (EVAL)
     The Following acronyms have been used above:

Full Packaged Product (FPP) This is a complete product that has no limitations.
Version Upgrade Package (VUP) This is an upgrade from an earlier version of the product to the current version of the product. An example of a VUP upgrade is an upgrade from Exchange Server 5.5 Standard Edition to Exchange Server 2003 Standard Edition.
Product Upgrade Package (PUP) This upgrade applies only to a product of the same release. An example of a PUP upgrade is an upgrade from Exchange 2000 Server Standard Edition to Exchange 2000 Server Enterprise Edition.
Evaluation Edition (EVAL) This is the same as the FPP version. However, the EVAL version expires 120 days after it is installed

Method 2

In Exchange 2000 and 2003 Standard Edition it is only possible to create 1 storage group at time.  In Exchange 2000 and 2003 Enterprise Edition it is possible to create 4 storage groups.

If you want to find out if the Server has Exchange Server Enterprise or Standard Edition, we can perfrom the following task.

Click Start-All Programs-Microsoft Exchange-System Manger
Using system Manager Expand Administrative Group-First Administrative Group-Servers-Right Click on the “Server Name”-New-Then click on the storage Group.
A dialog box will appear in the name field type the name as “TEST” then click on APPLY and click OK.
If it allows you to create a new Storage Group then it is Microsoft Exchange Enterprise Edition.  By default Exchange 2000 and 2003 Enterprise Edition has database size limit of 16TB per mailbox store.

Method 3

This is the third method from which we can check and find out if Exchange Server is Standard Edition or Enterprise.

When the information service starts on a computer the Event ID: 1216 is generated in windows application log with the description “The information store database <database location> has limited storage capacity enabled.” For standard edition.

For enterprise edition the Event Id : 1217 is generated in windows application log with the description “The information store database <database location> has unlimited storage capacity enabled.” For Enterprise Edition.

Note: - This log is only visible if the windows logs are not ever cleared, it generates every time when a server is rebooted or information store services are restarted.
2
3,805 Views
Mohammad Ishtyaq khatriSr. Systems Engineer
CERTIFIED EXPERT
Keen to learn, share and help fellow IT folks :)

Comments (1)

It is very helpful article.

Have a question about something in this article? You can receive help directly from the article author. Sign up for a free trial to get started.