Applies to: Exchange Server 2010 SP3
Topic Last Modified: 2012-12-26
To verify that the Exchange schema version has been updated correctly, determine the value of the rangeUpper attribute on the property page of the ms-Exch-Schema-Version-Pt schema attribute.
To look up the value of the rangeUpper attribute, use a tool such as ADSI Edit, LDP.exe, or DSQuery.
What Do You Want to Do?
Determine the Exchange schema version by using ADSI Edit
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Organization Management” entry in the Understanding Management Role Groups topic.
- Sign on to a domain controller in your Active Directory
forest.
- Click Start, click Run, type ADSIEdit.msc,
and then click OK.
- In the ADSI Edit console, right-click ADSI Edit in the
navigation pane, and then click Connect to.
- In the Connection Settings dialog box, select
Schema in the Select a well known Naming Context
list, and then click OK.
- Expand the schema node in the navigation pane, and then click
CN=Schema,CN=Configuration,DC=contoso,DC=com.
- Right-click CN=ms-Exch-Schema-Version-Pt, and then click
Properties.
- On the property page, locate rangeUpper in the
Attribute list.
- Verify that the value is correct for the expected Exchange
Schema.
Note: |
---|
To view the schema version table, see Exchange Server Build Numbers and Release Dates |
Determine the Exchange schema version by using LDP.exe
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Organization Management” entry in the Understanding Management Role Groups topic.
- Sign on to a domain controller in the Active Directory
Forest.
- Click Start, click Run, type LDP.exe, and
then click OK.
- In Ldp, click Bind on the Connection
menu.
- In the Bind type area, click Bind as currently logged
on user, and then click OK.
- On the View menu, click Tree.
- In the Tree View dialog box, select
CN=Schema,CN=Configuration,DC=contoso,DC=comin the
BaseDN list, and then click OK.
- Expand the schema node in the navigation pane, and then click
ms-Exch-Schema-Version-Pt.
Note: If the ms-Exch-Schema-Version-Pt schema attribute is not listed, click General on the Options menu, increase the value of the Max children buffer size, click OK, and then repeat step 5. - In the right pane, scroll down to the bottom and locate the
rangeUpper attribute.
- Verify that the value is correct for the expected Exchange
schema.
Note: |
---|
To view the schema version table, see Exchange Server Build Numbers and Release Dates |
Determine the Exchange schema version by using DSQuery
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Organization Management” entry in the Understanding Management Role Groups topic.
- Sign on to a domain controller in the Active Directory
forest.
- At a command prompt, type the following command, and then press
Enter:
dsquery * CN=ms-Exch-Schema-Version-Pt,cn=schema,cn=configuration,dc=<Domain>,dc=<local> -scope base -attr rangeUpper