<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Transfer FSMO Roles in Server 2019 Using Powershell	</title>
	<atom:link href="https://thesysadminchannel.com/how-to-transfer-fsmo-roles-in-server-2019-using-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/how-to-transfer-fsmo-roles-in-server-2019-using-powershell/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Thu, 20 Jul 2023 09:06:57 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Tomer		</title>
		<link>https://thesysadminchannel.com/how-to-transfer-fsmo-roles-in-server-2019-using-powershell/#comment-15012</link>

		<dc:creator><![CDATA[Tomer]]></dc:creator>
		<pubDate>Thu, 20 Jul 2023 09:06:57 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=1391#comment-15012</guid>

					<description><![CDATA[You have a mistake in your code formatting in this blog. I copy the line and it errors in PS due to the missing `-` even though it is clearly there to read, I guess it is being removed on copy

```
Move-ADDirectoryServerOperationMasterRole -Identity “Target_DC_Name” –OperationMasterRole 0,1,2,3,4 -Confirm:$false -Force
```

Should be
```
Move-ADDirectoryServerOperationMasterRole -Identity &quot;Target_DC_Name&quot; -OperationMasterRole 0,1,2,3,4 -Confirm:$false -Force
```]]></description>
			<content:encoded><![CDATA[<p>You have a mistake in your code formatting in this blog. I copy the line and it errors in PS due to the missing `-` even though it is clearly there to read, I guess it is being removed on copy</p>
<p>&#8220;`<br />
Move-ADDirectoryServerOperationMasterRole -Identity “Target_DC_Name” –OperationMasterRole 0,1,2,3,4 -Confirm:$false -Force<br />
&#8220;`</p>
<p>Should be<br />
&#8220;`<br />
Move-ADDirectoryServerOperationMasterRole -Identity &#8220;Target_DC_Name&#8221; -OperationMasterRole 0,1,2,3,4 -Confirm:$false -Force<br />
&#8220;`</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brad		</title>
		<link>https://thesysadminchannel.com/how-to-transfer-fsmo-roles-in-server-2019-using-powershell/#comment-6259</link>

		<dc:creator><![CDATA[Brad]]></dc:creator>
		<pubDate>Thu, 01 Dec 2022 03:25:55 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=1391#comment-6259</guid>

					<description><![CDATA[That was easier than ever.  I&#039;ve been doing this since NT4.]]></description>
			<content:encoded><![CDATA[<p>That was easier than ever.  I&#8217;ve been doing this since NT4.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Cris		</title>
		<link>https://thesysadminchannel.com/how-to-transfer-fsmo-roles-in-server-2019-using-powershell/#comment-289</link>

		<dc:creator><![CDATA[Cris]]></dc:creator>
		<pubDate>Fri, 15 Apr 2022 16:16:32 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=1391#comment-289</guid>

					<description><![CDATA[Was super concerned regarding replacing the primary DC in our organization. This made is so much easier. I split the roles between two servers as you did. So thank you. And my primary DC is just a machine now and can be demoted.]]></description>
			<content:encoded><![CDATA[<p>Was super concerned regarding replacing the primary DC in our organization. This made is so much easier. I split the roles between two servers as you did. So thank you. And my primary DC is just a machine now and can be demoted.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
