<?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>Journal of a Windows Admin</title>
	<atom:link href="http://decrypters.org/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://decrypters.org/blog</link>
	<description></description>
	<lastBuildDate>Mon, 19 Sep 2011 14:18:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to move a exchange mailbox from exchange 2010 to exchange 2003</title>
		<link>http://decrypters.org/blog/?p=8</link>
		<comments>http://decrypters.org/blog/?p=8#comments</comments>
		<pubDate>Sun, 22 May 2011 02:35:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[exchange]]></category>
		<category><![CDATA[mail server]]></category>
		<category><![CDATA[exchange 2003]]></category>
		<category><![CDATA[exchange 2010]]></category>
		<category><![CDATA[mailbox move]]></category>
		<category><![CDATA[powershell for exchange]]></category>

		<guid isPermaLink="false">http://decrypters.org/blog/?p=8</guid>
		<description><![CDATA[Moving an exchange mailbox from exchange 2003 to 2010 is very common and is the normal migration path. There are plenty of documentation available on Microsoft sites. But what if for some reason , you need to move the mailbox back from 2010 to 2003? In my scenario, it is because RIM had blocked the [...]]]></description>
			<content:encoded><![CDATA[<p>Moving an exchange mailbox from exchange 2003 to 2010 is very common and is the normal migration path. There are plenty of documentation available on Microsoft sites. But what if for some reason , you need to move the mailbox back from 2010 to 2003? In my scenario, it is because RIM had blocked the availability of BlackBerry Enterprise Server Express Edition in India due to Regulatory measures. My Existing BlackBerry Professional Server does not support Exchange 2010 , so had to move the BB users back to 2003.</p>
<p>To move a mailbox from 2010 to 2003 exchange</p>
<ol>
<li>Open PowerShell modules on exchange 2010 , and wait for all exchange cmdlets to load.</li>
<li>Change directory to &#8220;scripts&#8221; folder within exchange installation directory.</li>
<li>Run .\MoveMailbox.ps1 -identity &#8220;username&#8221; -TargetDatabase &#8220;targetdbname&#8221;</li>
<li>The target database  is the name of the database on exchange 2003 in our case. This should start the move.</li>
<li>If you are not sure about the target database name to specify, run Get-MailboxDatabase -Server 2003servername</li>
<li>The above command will list all the database running on 2003 exchange server.</li>
</ol>
<p>hope this was helpful. Especially to all those who are not comfortable with powershell.</p>
<p>cheers</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://decrypters.org/blog/?feed=rss2&#038;p=8</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

