Configuration driven Active Directory management.
The Domain Level Component enables defining a desired functional level for the managed domain. The functional level defines what Active Directory features are available to the domain.
To do define the Domain Level, place a file named domain_level.json
straight in the domain folder.
This file should be a simple json object with a single property: Level.
Example content:
{
"Level": "2016"
}
Supported values: 2008R2, 2012, 2012R2 or 2016
It is impossible to downgrade a domain functional level, so even if you define a low level, it will not be applied if the domain is already at a higher level.