VBScript program documenting all attributes in the Active Directory schema.

The program is designed to be run at a command prompt using the cscript host. The output should be redirected to a text file. For Example:

cscript //nologo Schema.vbs > MyDomain.txt

All attributes in the Active Directory schema for all classes of objects are documented. The output includes the attribute name, the LDAP display name (the name used by the LDAP provider), the attribute syntax, whether the attribute is single valued or multi-valued, whether the attribute is in the Global Catalog, whether the attribute is constructed (operational), whether it is replicated to other Domain Controllers in the domain, and whether the attribute is indexed. The fields in the output are delimited by semicolons, so the text file can be imported into a spreadsheet.

Schema.txt <<-- Click here to view or download the program