Active Directory: Schema Version ermitteln

Um die Schema Version des AD zu ermitteln ist folgende Powershell zeile innerhalb eines Active Directory Modules notwendig:   Get-ADObject (Get-ADRootDSE).schemaNamingContext -Property objectVersion   Als Output erhaltet Ihr etwas wie z.B. PS H:\> Get-ADObject (Get-ADRootDSE).schemaNamingContext -Property objectVersion DistinguishedName : CN=Schema,CN=Configuration,DC=lab,DC=local Name : Schema ObjectClass : dMD ObjectGUID : 94b0c7b4-d994-4eea-99cc-b8915ff31e53 objectVersion Read more…