Skip to the main content.

Windows Active Directory Schema Versions

There are a couple ways to determine your Windows AD Schema Version: ADSIedit.msc and/or LDP.exe. In this article I use ADSIedit.msc.

Note: The sample domain used in this article is Servusinc.com. Substitute this domain with your own AD domain.

  1. Open “ADSIEdit.msc “
  2. Navigate to: “CN=Schema,CN=Configuration,DC=ServusInc,DC=com”
  3. Right-click on “CN=Schema,CN=Configuration,DC=ServusInc,DC=com” and select properties.
  4. Scroll down to “objectVersion” attribute.
  5. The value of this attribute will tell you the schema version.

 

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

47 -> Windows Server 2008 R2

Active Directory Snapshot with NTDSUTIL

When making changes to Active Directory, like Schema updates, it is recommended to make a backup of AD. It is also recommended to perform these...

Read More

Sync your Domain with an Internet time server

Recently, the time on all of my domain computers was out of sync. Each computer in my domain had the same time, but it was about 10 minutes slow....

Read More

Set Windows 2008 R2 Server to Sync Time with Time.Windows.com

Time synchronization is an important aspect for all computers on the network. By default, the clients computers get their time from a Domain...

Read More