Comment trouver la version du schéma? plusieurs solutions
Référence : https://msdn.microsoft.com/en-us/library/cc223174.aspx
avec l’outil « adfind » (http://www.joeware.net/freetools/tools/adfind/index.htm)
#adfind -sc schver dn:CN=Schema,CN=Configuration,DC=domain,DC=com >objectVersion: 47 [Windows Server 2008 R2]
avec l’outils dsquery
#dsquery * cn=schema,cn=configuration,dc=X -scope base -attr objectVersion objectVersion 47