<?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"
	>

<channel>
	<title>Welcome to Hst Solutions Blog</title>
	<atom:link href="http://hst.ie/blog/index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://hst.ie/blog</link>
	<description>www.Hst.ie   -   www.Hireaprogrammer.ie   -   www.Hireadesigner.ie</description>
	<pubDate>Fri, 12 Dec 2008 13:53:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>How to export mailbox data from one mailbox to another in Exchange Server 2007</title>
		<link>http://hst.ie/blog/?p=25</link>
		<comments>http://hst.ie/blog/?p=25#comments</comments>
		<pubDate>Fri, 12 Dec 2008 02:21:37 +0000</pubDate>
		<dc:creator>Zeus</dc:creator>
		
		<category><![CDATA[Microsoft Exchange Server]]></category>

		<category><![CDATA[How to export Exchange 2007 mailbox]]></category>

		<category><![CDATA[How to export mailbox data from one mailbox to another]]></category>

		<category><![CDATA[How to transfer Exchange 2007 Mailboxes]]></category>

		<guid isPermaLink="false">http://hst.ie/blog/?p=25</guid>
		<description><![CDATA[ ExMerge.exe is no longer supported in Exchange Server 2007. To export/import data from one mailbox to another in Exchange Server 2007 you need to use the cmdlet ExportMailbox in the Exchange Management Shell.
 
I did the following in the lab to export ALL data from mailbox A to mailbox B.
 
*************************************************
 
1 - You first need to give [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hst.ie/blog/wp-content/uploads/2008/12/im3.png"></a> ExMerge.exe is no longer supported in Exchange Server 2007. To export/import data from one mailbox to another in Exchange Server 2007 you need to use the cmdlet <strong>ExportMailbox</strong> in the Exchange Management Shell.</p>
<p> </p>
<p>I did the following in the lab to export ALL data from mailbox <strong>A</strong> to mailbox <strong>B</strong>.</p>
<p> </p>
<p>*************************************************</p>
<p> </p>
<p>1 - You first need to give FullAccess to an Exchange Organization Administrator (in my test I used Administrator) in both Source and Target mailboxes (A and B)</p>
<p> </p>
<p><strong>Add-MailboxPermission -Identify A -User &#8220;DOMAINNAME\Administrator&#8221; -AccessRights FullAccess</strong></p>
<p><strong> </strong></p>
<p><strong>Add-MailboxPermission -Identify B -User &#8220;DOMAINNAME\Administrator&#8221; -AccessRights FullAccess</strong></p>
<p><strong> </strong></p>
<p>2 - You then need to export all the data from mailbox A to a folder in mailbox B.</p>
<p> </p>
<p><strong>Export-Mailbox -Identity A -TargetFolder &#8220;UserAdata&#8221; -TargetMailbox B</strong></p>
<p><strong> </strong></p>
<p> </p>
<p>Note: This last command will export all the data in mailbox A to a folder called &#8220;UserAdata&#8221; in mailbox B. See below.</p>
<p><strong> </strong></p>
<p> <a href="http://hst.ie/blog/wp-content/uploads/2008/12/ex1.jpg"><img class="alignnone size-medium wp-image-33" title="ex1" src="http://hst.ie/blog/wp-content/uploads/2008/12/ex1-300x163.jpg" alt="" width="300" height="163" /></a></p>
<p> </p>
<p> </p>
<p>You can then remove the FullAccess rights of the Administrator account on both mailboxes (A and B) by launching the Exchange Management Console &gt; Recipient Configuration &gt; Mailbox &gt; right click the desired mailbox and choose <strong>Manage Full Access Permission&#8230;</strong></p>
<p> </p>
<p> <a href="http://hst.ie/blog/wp-content/uploads/2008/12/im2.png"><img class="alignnone size-medium wp-image-34" title="im2" src="http://hst.ie/blog/wp-content/uploads/2008/12/im2-300x119.png" alt="" width="300" height="119" /></a></p>
<p> </p>
<p>You can then delete the Administrator from the list and continue until you finish the wizard.</p>
<p> </p>
<p> <a href="http://hst.ie/blog/wp-content/uploads/2008/12/im3.png"><img class="alignnone size-medium wp-image-35" title="im3" src="http://hst.ie/blog/wp-content/uploads/2008/12/im3-300x145.png" alt="" width="300" height="145" /></a></p>
<p> </p>
<p> </p>
<p>More info here: <a href="http://technet.microsoft.com/en-us/library/bb266964.aspx">http://technet.microsoft.com/en-us/library/bb266964.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hst.ie/blog/?feed=rss2&amp;p=25</wfw:commentRss>
		</item>
	</channel>
</rss>
