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.