To find out the current version of the domain schema, you need to log in to the domain controller and run the following command in the console (CMD):
C:\> dsquery * cn=schema,cn=configuration,dc=domainname,dc=local -scope base -attr objectVersion
where instead of dc=domainname,dc=local you specify the name of your domain,
for example:
dc=mydomain,dc=ru
or a second example:
dc=mydomain
Comments