The active directory, like any other directories, contains objects that are described above according to the scheme . The scheme describes each type ( class ) of an object that can be inserted into the Directory, and for each type gives the attributes (properties) that it supports.
The scheme can be extended by an application (for example, Exchange), you can view the scheme in your AD by registering the MMC provided for this:
regsvr32 C:\Windows\System32\schmmgmt.dll
You can then download the MMC.EXE program and take a look at the class you are embedding in and the attributes that it provides.

To see all the objects in your Direcory with all their attributes, you can use the LDP.EXE program (based on the support kit in W2K3 installed on the AD W2K8 server)

JPBlanc
source share