<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Exchange Server 2010 Cross-Forest migration</title>
	<atom:link href="http://blog.powershell.no/2010/04/23/exchange-server-2010-cross-forest-migration/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.powershell.no/2010/04/23/exchange-server-2010-cross-forest-migration/</link>
	<description>On Windows PowerShell and other admin-related topics</description>
	<lastBuildDate>Fri, 09 Dec 2011 10:08:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Matthew McCahey</title>
		<link>http://blog.powershell.no/2010/04/23/exchange-server-2010-cross-forest-migration/#comment-784</link>
		<dc:creator><![CDATA[Matthew McCahey]]></dc:creator>
		<pubDate>Wed, 13 Jul 2011 07:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://janegilring.wordpress.com/2010/04/23/exchange-server-2010-cross-forest-migration/#comment-784</guid>
		<description><![CDATA[Hi, 

Exchange 2003 to Exchange 2010 cross-forest migration.

I have been using your Invoke-MoveRequest and this works perfectly in the LAB. 
When this is run in LIVE the msExchMailboxGUID is not copied correctly. 
If I view the msExchMailboxGUID in ADSIEdit the attribute does match in source and target when viewed in Hex, Octal, Decimal or Binary (the only ones you can Edit in manualty) but not the default Octet String. The value is different when viewed in Octet String. 

The mailbox will not migrate due to this miss match. 

Any advice is much appreciated!

Regards, 
Matt]]></description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Exchange 2003 to Exchange 2010 cross-forest migration.</p>
<p>I have been using your Invoke-MoveRequest and this works perfectly in the LAB.<br />
When this is run in LIVE the msExchMailboxGUID is not copied correctly.<br />
If I view the msExchMailboxGUID in ADSIEdit the attribute does match in source and target when viewed in Hex, Octal, Decimal or Binary (the only ones you can Edit in manualty) but not the default Octet String. The value is different when viewed in Octet String. </p>
<p>The mailbox will not migrate due to this miss match. </p>
<p>Any advice is much appreciated!</p>
<p>Regards,<br />
Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://blog.powershell.no/2010/04/23/exchange-server-2010-cross-forest-migration/#comment-340</link>
		<dc:creator><![CDATA[Thomas]]></dc:creator>
		<pubDate>Sat, 11 Sep 2010 08:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://janegilring.wordpress.com/2010/04/23/exchange-server-2010-cross-forest-migration/#comment-340</guid>
		<description><![CDATA[Hello. May I know the new invoke script has the linkedmailuser switch?

Thank you.]]></description>
		<content:encoded><![CDATA[<p>Hello. May I know the new invoke script has the linkedmailuser switch?</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Egil Ring</title>
		<link>http://blog.powershell.no/2010/04/23/exchange-server-2010-cross-forest-migration/#comment-265</link>
		<dc:creator><![CDATA[Jan Egil Ring]]></dc:creator>
		<pubDate>Wed, 07 Jul 2010 19:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://janegilring.wordpress.com/2010/04/23/exchange-server-2010-cross-forest-migration/#comment-265</guid>
		<description><![CDATA[Hi!

Thanks for your feedback, I`ll have a look into it and update the post when done :)]]></description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Thanks for your feedback, I`ll have a look into it and update the post when done <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrija</title>
		<link>http://blog.powershell.no/2010/04/23/exchange-server-2010-cross-forest-migration/#comment-264</link>
		<dc:creator><![CDATA[Andrija]]></dc:creator>
		<pubDate>Wed, 07 Jul 2010 15:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://janegilring.wordpress.com/2010/04/23/exchange-server-2010-cross-forest-migration/#comment-264</guid>
		<description><![CDATA[Hi Jan,

I was using your script and it&#039;s a life-saver, but I had trouble understanding one variable, and had to figure it out on my own :) Microsoft documentation on Technet is very detailed, but a litle confusing regarding the &quot;targetdeliverydomain&quot; parameter and so on...

May I suggest you rename &quot;Domain A&quot; or &quot;Domain&quot; or &quot;Mailbox Database A&quot; and place some more meaningfull things, like:

#Custom variables, edit this section
$TargetDatabase = &quot;Database in target domain&quot;
$TargetDeliveryDomain = &quot;source.com&quot;
$TargetForest=&quot;source.local&quot;
$SourceForest=&quot;target.local&quot;
$SourceForestGlobalCatalog = &quot;dc-01.source.local&quot;
$SourceForestCredential = Get-Credential -Credential &quot;source.local\SourceForestAdministrator&quot;

#Connect to source forest to collect users to migrate
Connect-QADService -Service $SourceForest &#124; Out-Null
$SourceForestUsersToMigrate = Get-QADUser -SearchRoot &quot;source.local/Department A/Users&quot;

... so people can make a little better difference between source local and public domain, and target source and public domain.

Maybe put a small drawing with for forest A and forest B with local names and public names of domains on it.

Anyway,

great script, really a life-saver :)

Thanx]]></description>
		<content:encoded><![CDATA[<p>Hi Jan,</p>
<p>I was using your script and it&#8217;s a life-saver, but I had trouble understanding one variable, and had to figure it out on my own <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Microsoft documentation on Technet is very detailed, but a litle confusing regarding the &#8220;targetdeliverydomain&#8221; parameter and so on&#8230;</p>
<p>May I suggest you rename &#8220;Domain A&#8221; or &#8220;Domain&#8221; or &#8220;Mailbox Database A&#8221; and place some more meaningfull things, like:</p>
<p>#Custom variables, edit this section<br />
$TargetDatabase = &#8220;Database in target domain&#8221;<br />
$TargetDeliveryDomain = &#8220;source.com&#8221;<br />
$TargetForest=&#8221;source.local&#8221;<br />
$SourceForest=&#8221;target.local&#8221;<br />
$SourceForestGlobalCatalog = &#8220;dc-01.source.local&#8221;<br />
$SourceForestCredential = Get-Credential -Credential &#8220;source.local\SourceForestAdministrator&#8221;</p>
<p>#Connect to source forest to collect users to migrate<br />
Connect-QADService -Service $SourceForest | Out-Null<br />
$SourceForestUsersToMigrate = Get-QADUser -SearchRoot &#8220;source.local/Department A/Users&#8221;</p>
<p>&#8230; so people can make a little better difference between source local and public domain, and target source and public domain.</p>
<p>Maybe put a small drawing with for forest A and forest B with local names and public names of domains on it.</p>
<p>Anyway,</p>
<p>great script, really a life-saver <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanx</p>
]]></content:encoded>
	</item>
</channel>
</rss>

