Friday, November 24, 2017

Get Active Directory Schema Version from PowerShell

To view Active Directory Schema Version from PowerShell use command
 
[PS]Get-ADObject (Get-ADRootDSE).schemaNamingContext -properties objectVersion
 
 
 
 
The official Active Directory (AD) schema versions are:
 
87 = Windows Server 2016
69 = Windows Server 2012 R2
56 = Windows Server 2012
47 = Windows 2008 R2
44 = Windows 2008
31 = Windows 2003 R2
30 = Windows 2003
13 = Windows 2000
 

No comments:

Post a Comment