在Windows Server 2003升级环境准备之域架构扩展的时候,在执行adprep.exe /domainprep架构拓展命令的时候报错,报错内容如下:
C:\support\adprep>adprep /domainprep
Running domainprep ...
Adprep detected that the domain is not in native mode
[Status/Consequence]
Adprep has stopped without making changes.
[User Action]
Configure the domain to run in native mode and re-run domainprep
Third Issue:
"Configure the domain to run in native mode and re-run domainprep"
报错截图:
一般出现此类问题都是由域功能级别太低引起的,既然找到问题根源我们就可以对症下药了,直接提升域功能级别即可,操作步骤如下:
1、打开Active Directory 域和信任关系—右键选择“提升域功能级别”:
2、在这里我们可以看到我们03默认的域功能级别是Windows 2000混合模式,这里我们修改为Windows Server 2003,单击提升按钮继续:
3、弹出提示框,这里单击确定继续:
4、单击确定完成域功能级别的提升。
5、重新执行adprep32.exe /domainprep完成域扩展,这时我们会发现之前的报错没有了:
报错问题解决。