当前位置:网站首页>How to demote domain controllers and later in Windows Server 2012
How to demote domain controllers and later in Windows Server 2012
2020-11-06 01:32:19 【itread01】
# How to be in Windows Server 2012 And later versions demote domain controllers > If it doesn't degrade, recharge the system , There will be problems , Therefore, before recharging the DCs into the system, the system must be degraded first . ## Using server manager will Windows Server 2012 / 2012 R2 Domain controller demotion ### Operation steps #### Graphical operation (` It is not recommended that `) 1. Open server manager 2. Click Manage ️ Delete roles and features  3. If the system prompts you “ Select the target server ”, Please select the target DC.  1. stay “ Delete server role ” Place , Click next , And in “ Delete function ” Place , Click next . 2. Uncheck Active Directory Check box for domain services role . 3. The wizard provides related functions . Click the delete function button - The validation results dialog box appears , It shows a message , Express “The Active Directory domain controller needs to be demoted …”( Need to put Active Directory Domain controller demotion ...). Click Show “Demote this domain controller”( Demote this domain controller ) The link to . - Enter new credentials that have the right to demote the server , Or keep your existing credentials . - If DC The reason for the demotion is that you have lost contact with the domain , Then you need to force it to be deleted , And manually delete its project ( Meta data cleaning - Please refer to the link below ). Choice “ Force deletion of this domain controller ” Options . - If so DC It's the only remaining DC, Please make sure to check “ The last domain controller in the domain ” Check box ; Otherwise , Please clear the check box . Click “Next( next step )”. - On the warning screen, click next . - Set a new local administrator password . - Click demote . - The server will be degraded and automatically restarted .AD DS Binary files still exist on the server , But the server is no longer a domain controller . #### Command line operations > It's easier to operate than to visualize , This method is recommended . 1. Turn on Powershell Prompt 2. Input “uninstall-addsdomaincontroller” > To force the deletion of , Please send ` -forceremoval $true` Add to command line 3. Enter the new local administrator password when prompted , Then press Enter Key . 4. Confirm the password , Then press Enter Key . 5. Accept the default value , Then press Enter Key . 6. The server will be degraded and automatically restarted .AD DS Binary files will still exist on the server , But the server is degraded . ## Reference link [ Link one ](https://www.dell.com/support/article/zh-cn/sln289686/windows-server-%E5%A6%82%E4%BD%95%E5%9C%A8windows-server-2012%E5%8F%8A%E6%9B%B4%E9%AB%98%E7%89%88%E6%9C%AC%E4%B8%AD%E5%B0%86%E5%9F%9F%E6%8E%A7%E5%88%B6%E5%99%A8%E9%99%8D%E7%BA%A7?lang=zh) :使用C++风格的类型转换
- Won the CKA + CKS certificate with the highest gold content in kubernetes in 31 days!
- C + + number, string and char * conversion
- C + + Learning -- capacity() and resize() in C + +
- C + + Learning -- about code performance optimization
猜你喜欢
-
C + + programming experience (6): using C + + style type conversion
-
Latest party and government work report ppt - Park ppt
-
在线身份证号码提取生日工具
-
Online ID number extraction birthday tool
-
️野指针?悬空指针?️ 一文带你搞懂!
-
Field pointer? Dangling pointer? This article will help you understand!
-
HCNA Routing&Switching之GVRP
-
GVRP of hcna Routing & Switching
-
Seq2Seq实现闲聊机器人
-
【闲聊机器人】seq2seq模型的原理
随机推荐
- LeetCode 91. 解码方法
- Seq2seq implements chat robot
- [chat robot] principle of seq2seq model
- Leetcode 91. Decoding method
- HCNA Routing&Switching之GVRP
- GVRP of hcna Routing & Switching
- HDU7016 Random Walk 2
- [Code+#1]Yazid 的新生舞会
- CF1548C The Three Little Pigs
- HDU7033 Typing Contest
- HDU7016 Random Walk 2
- [code + 1] Yazid's freshman ball
- CF1548C The Three Little Pigs
- HDU7033 Typing Contest
- Qt Creator 自动补齐变慢的解决
- HALCON 20.11:如何处理标定助手品质问题
- HALCON 20.11:标定助手使用注意事项
- Solution of QT creator's automatic replenishment slowing down
- Halcon 20.11: how to deal with the quality problem of calibration assistant
- Halcon 20.11: precautions for use of calibration assistant
- “十大科学技术问题”揭晓!|青年科学家50²论坛
- "Top ten scientific and technological issues" announced| Young scientists 50 ² forum
- 求反转链表
- Reverse linked list
- js的数据类型
- JS data type
- 记一次文件读写遇到的bug
- Remember the bug encountered in reading and writing a file
- 单例模式
- Singleton mode
- 在这个 N 多编程语言争霸的世界,C++ 究竟还有没有未来?
- In this world of N programming languages, is there a future for C + +?
- es6模板字符
- js Promise
- js 数组方法 回顾
- ES6 template characters
- js Promise
- JS array method review
- 【Golang】️走进 Go 语言️ 第一课 Hello World
- [golang] go into go language lesson 1 Hello World