当前位置:网站首页>如何在Windows Server 2012及更高版本中將域控制器降級
如何在Windows Server 2012及更高版本中將域控制器降級
2020-11-06 01:32:19 【itread01】
# 如何在Windows Server 2012及更高版本中將域控制器降級 > 如果不降級就重灌系統,會出問題,所以在將域控系統重灌系統之前一定要先降級。 ## 使用伺服器管理器將 Windows Server 2012 / 2012 R2 域控制器降級 ### 操作步驟 #### 圖形化操作(`不建議`) 1. 開啟伺服器管理器 2. 單擊管理 ️ 刪除角色和功能  3. 如果系統提示您“選擇目標伺服器”,請選擇目標 DC。  1. 在“刪除伺服器角色”處,單擊下一步,並在“刪除功能”處,單擊下一步。 2. 取消選中 Active Directory 域服務角色的複選框。 3. 該向導提供相關的功能。單擊刪除功能按鈕 - 此時將出現驗證結果對話方塊,其中顯示一條訊息,表示“The Active Directory domain controller needs to be demoted …”(需要將 Active Directory 域控制器降級...)。 單擊顯示“Demote this domain controller”(將此域控制器降級)的連結。 - 輸入有權將伺服器降級的新憑據,或保留現有憑據。 - 如果 DC 降級的原因是與域失去聯絡,則您有必要強制將其刪除,並手動刪除其專案(元資料清理 - 請參閱下面的連結)。 選擇“強制刪除此域控制器”選項。 - 如果此 DC 是唯一剩餘的 DC,請確保勾選“域中的最後一個域控制器”複選框;否則,請清除該複選框。單擊 “Next(下一步)”。 - 在警告螢幕中單擊下一步。 - 設定新的本地管理員密碼。 - 單擊降級。 - 伺服器將降級並自動重新啟動。AD DS 二進位制檔案仍存在於伺服器上,但伺服器不再是域控制器。 #### 命令列操作 > 相對於影象化操作更加簡單點,建議採用此方法。 1. 開啟 Powershell 提示符 2. 輸入“uninstall-addsdomaincontroller” >要強制刪除,請將` -forceremoval $true`新增到命令列中 3. 在出現提示時輸入新的本地管理員密碼,然後按 Enter 鍵。 4. 確認密碼,然後按 Enter 鍵。 5. 接受預設值,然後按 Enter 鍵。 6. 伺服器將降級並自動重新啟動。AD DS 二進位制檔案將仍然存在於伺服器上,但該伺服器已降級。 ## 參考連結 [連結一](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