How to find the current Schema Version in Win server 2003/2000

If you're new here, you may want to subscribe to Windows Reference RSS feed Thanks for visiting!

This tutorial will explain how to find the current Schema Version in your windows server 2003/2000 versions.

To find the current Active Directory Schema Version, you can use one of the following methods:

Note: The internal root domain that we use in this tutorial is: “domain.local”.

Method 1

Using “ADSIEdit.msc ” or/and “LDP.exe” tools:

Navigate to:
“CN=Schema,CN=Configuration,DC=domain,DC=local”

and review the current “objectVersion” attribute.

Method 2

Using “DSQuery” command line:

“dsquery * cn=schema,cn=configuration,dc=domainname,dc=local -scope base -attr objectVersion”

The following information provide a mapping between the “objectVersion” attribute value, to

the Active Directory Schema commutability:

13 -> Windows 2000 Server
30 -> Windows Server 2003 RTM, Windows 2003 With Service Pack 1, Windows 2003 With Service Pack 2
31 -> Windows Server 2003 R2
44 -> Windows Server 2008 RTM

To find the current Exchange Schema Version, you can use one of the following methods:

Note: The internal root domain that we use in this demo is: “domain.local”.

Method 1

Using “ADSIEdit.msc ” or/and “LDP.exe” tools:

Navigate to:

“CN=ms-Exch-Schema-Version-Pt,CN=Schema,CN=Configuration,DC=domain,DC=local”

and review the current “rangeUpper” attribute.

Method 2

Using “DSQuery” command line:

“dsquery * CN=ms-Exch-Schema-Version-Pt,cn=schema,cn=configuration,dc=domain,dc=local -scope base -attr

rangeUpper”

The following information provide a mapping between the “rangeUpper” attribute value, to the Exchange Schema commutability:

4397 -> Exchange Server 2000 RTM
4406 -> Exchange Server 2000 With Service Pack 3
6870 -> Exchange Server 2003 RTM
6936 -> Exchange Server 2003 With Service Pack 3
10628 -> Exchange Server 2007
11116 -> Exchange 2007 With Service Pack 1

  • Share/Bookmark

Random Posts


Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically each day to your feed reader.

Trackbacks & Pingbacks

No trackbacks/pingbacks yet.

Comments

Good article, except one minor error – the latest service pack for Exchange 2003 is SP2!

14622 for Exchange Server 2007 SP2

Leave a comment

Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

(required)

(required)