微软产品的升级方案一向很连贯,和Windows Server 2000升级到Windows Server 2003相比,升级到Windows Server 2008的操作也是如此的类似,期待正式版本的早日到来。
1.adprep /forestprep
想在包含Windows Server 2000或Windows Server 2003域域环境中添加
Windows Server 2008域控制器前需要拓展活动目录schema.
要进行这个操作,用户帐号必须拥有Enterprise Admins ,Schema Admins ,schema master 所在域的Domain Admins这3个权限.
1.插入Windows Server 2008安装光盘,定位到\sources\adprep目录,运行adprep /forestprep.

2.活动目录Schema拓展成功.
2.adprep /rodcprep
想在包含Windows Server 2000或Windows Server 2003域域环境中添加
Windows Server 2008只读域控制器前需要先拓展森林架构.
要进行这个操作,用户帐号必须拥有Enterprise Admins权限.
1.插入Windows Server 2008安装光盘,定位到\sources\adprep目录,运行adprep /rodcprep
3.adprep /domainprep /gpprep 在之前做完Schema拓展之后,还需要进行域拓展.
要进行这个操作,用户帐号必须拥有Domain Admins权限.
1.插入
Windows Server 2008安装光盘,定位到\sources\adprep目录,运行adprep /forestprep.提示现有域不是纯模式.

2.打开ADUC,提升域功能级别为2000纯模式.如果只包含Windows Server 2003的
服务器可以直接提升成Windows Server 2003模式.

3.再次进行拓展,操作成功.
