Windows Server 2012系列之三提升域功能级别与降低域功能级别

简介:

Windows Server 2012可以回滚林功能级别和域功能级别,可以回滚到Windows Server 2008 R2或Windows Server 2008,前提是Recycle Bin一定是木有开启的。

 

下面首先让我们来提升林功能级别和域功能级别, 我们先查看下当前的林功能级别和域功能级别;

以管理员身份打开Windows PowerShell,使用“Import-Modele ActiveDirectory”加载Active Directory模块,分别运行Get_ADForest和Get_ADDomain命令,我们可以看到在ForestMode和DomainMode中看到相应的域功能级别

1

打开Active Directory Domains and Trusts,选中对应的域控服务器,点击“Action->Raise Domain functional level”,出现如下,选择Windows Server 2012,点击Raise

4

点击Raise之后,系统提示“提升域控制器可能无法恢复”,我们点击OK

5

之后,提示域功能级别已经提高,会花费几分钟复制到其他域控制器上

6

域功能级别已经提升,下面我们提升林功能级别,同样在Active Directory Domains and Trusts里面,选择域控制器的父目录,也就是Active Directory Domains and Trusts,点击“Action->Raise Forest Functional Level”,选择提升模式,点击提升

8

9

10

提升完成之后,我们查看在rmm.com服务器上右键属性查看信息,已经看到域功能级别和林功能级别都已经变为Windows Server 2012了

13

提升完之后,让我们来恢复域功能级别和林功能级别,当前这前提是Recycle Bin一定是木有开启的,而且最低只能还原到Windows 2008,不能还原更低。

首先也是以管理员身份打开Windows PowerShell,使用“Import-Modele ActiveDirectory”加载Active Directory模块

14

我们来还原域功能级别,键入Set-adForestMode -identity swat.com -ForestMode Windows2008Forest,键入回车或Y即可

16

我们再还原林功能级别,键入Set-adDomainMode -identity swat.com -DomainMode Windows2008Domain,键入回车或Y即可

17

以上命令即可将域功能级别和林功能级别恢复,我们可以再次查看Rmm.com服务器属性信息,均已经变为Windows Server 2008 R2

19

以上即是域功能级别和林功能级别的提升与回滚方法,生产环境中一定要小心谨慎操作啊~~










本文转自 安安安安森  51CTO博客,原文链接:http://blog.51cto.com/smallc/1036789,如需转载请自行联系原作者
目录
相关文章
|
29天前
|
边缘计算 安全 网络安全
|
19天前
|
人工智能 JavaScript 网络安全
ToB项目身份认证AD集成(三完):利用ldap.js实现与windows AD对接实现用户搜索、认证、密码修改等功能 - 以及针对中文转义问题的补丁方法
本文详细介绍了如何使用 `ldapjs` 库在 Node.js 中实现与 Windows AD 的交互,包括用户搜索、身份验证、密码修改和重置等功能。通过创建 `LdapService` 类,提供了与 AD 服务器通信的完整解决方案,同时解决了中文字段在 LDAP 操作中被转义的问题。
|
22天前
|
数据安全/隐私保护 Windows
安装 Windows Server 2019
安装 Windows Server 2019
|
25天前
|
网络协议 Windows
Windows Server 2019 DHCP服务器搭建
Windows Server 2019 DHCP服务器搭建
|
25天前
|
网络协议 定位技术 Windows
Windows Server 2019 DNS服务器搭建
Windows Server 2019 DNS服务器搭建
|
22天前
|
安全 网络协议 数据安全/隐私保护
Windows Server 2019 搭建并加入域
Windows Server 2019 搭建并加入域
|
25天前
|
网络协议 文件存储 Windows
Windows Server 2019 FTP服务器搭建
Windows Server 2019 FTP服务器搭建
|
25天前
|
网络协议 Windows
Windows Server 2019 Web服务器搭建
Windows Server 2019 Web服务器搭建
|
2月前
|
Linux Android开发 iOS开发
Windows平台RTSP|RTMP播放器如何实现实时录像功能
Windows平台RTSP、RTMP播放器实时录像接口设计,实际上,除了Windows平台,我们Linux、Android、iOS平台也是一样的设计,单纯的录像模块,如果做的全面,也不是一两个接口可以搞定的
|
2月前
|
网络安全 虚拟化 Windows
windows 11安装openSSH server 遇到的"kex_exchange_identification: read: Connection reset"问题
windows 11安装openSSH server 遇到的"kex_exchange_identification: read: Connection reset"问题