Check AD Schema Version with PowerShell

The following command requires the ActiveDirectory PowerShell module to be installed (and loaded if using PowerShell 2 or earlier).
Get-ADObject -Identity "cn=Schema,cn=Configuration,dc=contoso,dc=com" -Properties * | Select objectVersion