答案1
正如您在帖子中所述,您的域可能处于 Windows Server 2016 域功能级别。但是您的林功能级别可能较低。
通过 PowerShell 验证你的域功能级别:
(Get-ADDomain).DomainMode
通过 PowerShell 验证你的 forest functional 级别:
(Get-ADForest).ForestMode
在升级域或林功能级别之前,请务必小心。几乎无法回滚此操作!
答案2
作为@eKKiM表示林功能级别低于域功能级别。
使用以下命令修复:Set-ADForestMode -ForestMode Windows2016Forest