In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article introduces how to uninstall Windows Server 2012 R2 AD domain server, the content is very detailed, interested friends can refer to, hope to be helpful to you.
Since Dcpromo is no longer supported in Windows Server 2012, we can uninstall the active directory domain service in a graphical state or through a PowerShell script.
First, the status of the graph.
1. Select "Delete roles and functions" under the "Administration" menu.
Do the following in turn
Choose to delete the ADDS. Then select downgrade this domain controller
When there is more than one DC in the AD, if you cannot contact another DC, you can choose "Force deletion of this domain controller", which is equivalent to the previous Dcpromo / forceremoval command.
Waiting to be finished.
Second, uninstall the active directory domain service with a script.
Run the following script file
#
# WindowsPowerShell script for AD DS deployment
#
Import-ModuleADDSDeployment
Uninstall-ADDSDomainController `
-DemoteOperationMasterRole:$true `
-IgnoreLastDnsServerForZone:$true `
-LastDomainControllerInDomain:$true `
-RemoveDnsDelegation:$true `
-RemoveApplicationPartitions:$true `
-Force:$true
On how to uninstall Windows Server 2012 R2 AD domain server to share here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.