ACTIVE DIRECTORY SCHEMA VERSION IN SERVER
ACTIVE DIRECTORY SCHEMA (AD Schema)
How to check schema version in Active Directory?
We can use below command to see the current schema version
dsquery * "cn=schema,cn=configuration,dc=shinoy,dc=lan" -scope base -attr objectVersion
Get-ADObject (Get-ADRootDSE).schemaNamingContext -Property objectVersion