<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>demote domain controller 2012 Archives - the Sysadmin Channel</title>
	<atom:link href="https://thesysadminchannel.com/tag/demote-domain-controller-2012/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/tag/demote-domain-controller-2012/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Sat, 08 Aug 2020 23:05:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
<site xmlns="com-wordpress:feed-additions:1">144174110</site>	<item>
		<title>Demote or Decommission A Domain Controller (Best Practice)</title>
		<link>https://thesysadminchannel.com/demote-or-decommission-a-domain-controller-best-practice/</link>
					<comments>https://thesysadminchannel.com/demote-or-decommission-a-domain-controller-best-practice/#respond</comments>
		
		<dc:creator><![CDATA[Paul Contreras]]></dc:creator>
		<pubDate>Tue, 29 Oct 2019 05:08:45 +0000</pubDate>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Decommission A Domain Controller]]></category>
		<category><![CDATA[demote domain controller]]></category>
		<category><![CDATA[demote domain controller 2012]]></category>
		<category><![CDATA[demote domain controller 2012 r2 powershell]]></category>
		<category><![CDATA[demote domain controller 2012 r2 remove dns delegation]]></category>
		<category><![CDATA[force demote domain controller 2016]]></category>
		<category><![CDATA[how to remove a domain controller that is no longer available]]></category>
		<category><![CDATA[manually remove domain controller]]></category>
		<category><![CDATA[remove failed domain controller 2012 r2]]></category>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=1968</guid>

					<description><![CDATA[<p>Throughout a sysadmin&#8217;s career it&#8217;s very common to have demoted or decommissioned a domain controller in your domain. With new versions of Windows Server coming out every couple of years, it&#8217;s always a good idea to be somewhat up to&#8230; <a href="https://thesysadminchannel.com/demote-or-decommission-a-domain-controller-best-practice/" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://thesysadminchannel.com/demote-or-decommission-a-domain-controller-best-practice/">Demote or Decommission A Domain Controller (Best Practice)</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Throughout a sysadmin&#8217;s career it&#8217;s very common to have demoted or decommissioned a domain controller in your domain.  With new versions of Windows Server coming out every couple of years, it&#8217;s always a good idea to be somewhat up to date.  I&#8217;m not saying have the latest and greatest every time all the time, I&#8217;m just saying it&#8217;s a good idea not to be several versions behind.  But what about those up and coming sysadmins that might be new to this?  Or desktop support folks that want to take that extra time to create a home lab and practice on their off time.  This article is going to go step by step on how to <strong>decommission a domain controller</strong> in your environment using best practices. </p>
<p>In Server 2008 R2 it was a little trickier to demote or decommission a domain controller because you had to use DCPromo, but with the addition of Server 2012 R2, it has become a whole lot easier.  As easy as clicking a few buttons.</p>
<p><em>If you have any questions please leave a comment below and I&#8217;ll do my best to get back to you.</em></p>
<h2>Demote or Decommission A Domain Controller</h2>
<p>Follow the steps here to decommission a domain controller</p>
<ul>
<li><a href="https://thesysadminchannel.com/how-to-transfer-fsmo-roles-in-server-2019-using-powershell/" rel="noopener noreferrer" target="_blank">Transfer any FSMO roles</a> to a DC that&#8217;s going to remain online</li>
<li>Remove Active Directory Domain Services role from DC</li>
<li>Demote domain controller to a member server</li>
<li>Clean up references in DNS manager</li>
<li>Remove server from Sites and Services</li>
<li>Update static IP addresses that are pointing to decommissioned domain controller</li>
</ul>
<p>&nbsp;<br />
The process in 2012 R2 and later makes it so much easier to accomplish this task that future generations don&#8217;t have to deal with the struggles of sysadmins in the past.</p>
<h2>Demote A Domain Controller Using Powershell</h2>
<p>Here is the Powershell commands you can use to demote a domain controller.  </p>
<pre class="brush: powershell; title: ; notranslate">

Import-Module ADDSDeployment
Uninstall-ADDSDomainController -DemoteOperationMasterRole: $true -DnsDelegationRemovalCredential (Get-Credential) -RemoveDnsDelegation: $true -Force

</pre>
<p>&nbsp;</p>
<h2>Demote a Domain Controller in Active Directory Demo</h2>
<p><iframe title="How To Decommission a Domain Controller (Best Practice)" width="640" height="360" src="https://www.youtube.com/embed/GRXjBgck2bg?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>The post <a href="https://thesysadminchannel.com/demote-or-decommission-a-domain-controller-best-practice/">Demote or Decommission A Domain Controller (Best Practice)</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thesysadminchannel.com/demote-or-decommission-a-domain-controller-best-practice/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1968</post-id>	</item>
	</channel>
</rss>
