Share via

Where to find the official documentations related to schema version upgrade from 2012 R2 to 2022 AD

Aung Nyi Nyi WIn 1 Reputation point
2026-05-04T02:25:55.4633333+00:00

Hi, where may I allocate the official documentation related to the schema version upgrade (from 2012 R2 to 2022 AD)? It was mentioned that the schema upgrade is backward compatible with the older schema version to support the application and added new objects and attributes only. where to find the lists of which objects and schema attributes will be added after upgraded? Thanks.

Windows for business | Windows Server | Directory services | Active Directory
0 comments No comments

1 answer

Sort by: Most helpful
  1. Jason Nguyen Tran 17,025 Reputation points Independent Advisor
    2026-05-04T03:05:32.5+00:00

    Hi Aung Nyi Nyi WIn,

    The authoritative source is Microsoft Learn, specifically the documentation on Active Directory schema versions and updates. This resource outlines the schema version numbers for each Windows Server release and provides details on the changes introduced. For reference, Windows Server 2012 R2 uses schema version 69, while Windows Server 2022 uses version 88. The upgrade is backward compatible, meaning existing applications continue to function, and only new attributes and objects are added.

    To find the lists of objects and attributes added, you can review the schema update operations tables in the Microsoft Learn articles. These tables detail which classes and attributes are introduced during the upgrade. Running the adprep /forestprep and adprep /domainprep commands from the installation media is the standard way to apply the schema changes, and you can confirm the schema version afterward using PowerShell.

    In practice, I recommend testing the schema upgrade in a lab environment first, ensuring all domain controllers are patched, and documenting the changes for compliance. This way, you’ll have confidence in the upgrade path and avoid surprises in production.

    I hope this gives you the clarity you need. If you find this answer helpful, please consider clicking Accept Answer so others can benefit too.

    Jason.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.