<?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: Exchange Management Shell Export Mailbox to PST script</title>
	<atom:link href="http://mattlog.net/2009/03/25/exchange-management-shell-export-mailbox-to-pst-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattlog.net/2009/03/25/exchange-management-shell-export-mailbox-to-pst-script/</link>
	<description>All things IT Pro</description>
	<lastBuildDate>Wed, 14 Dec 2011 12:06:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Matt Shadbolt</title>
		<link>http://mattlog.net/2009/03/25/exchange-management-shell-export-mailbox-to-pst-script/comment-page-1/#comment-16138</link>
		<dc:creator>Matt Shadbolt</dc:creator>
		<pubDate>Wed, 06 Apr 2011 01:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://mattlog.net/?p=143#comment-16138</guid>
		<description>You would need to do two things.

1. $TargetUserName would need to request all mailboxes. ie. $TargetUserName = Get-Server &#124; Get-Mailbox
2. You would need to have a ForEach looping through each mailbox and exporting one for each user in the $TargetUserName variable</description>
		<content:encoded><![CDATA[<p>You would need to do two things.</p>
<p>1. $TargetUserName would need to request all mailboxes. ie. $TargetUserName = Get-Server | Get-Mailbox<br />
2. You would need to have a ForEach looping through each mailbox and exporting one for each user in the $TargetUserName variable</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JJ</title>
		<link>http://mattlog.net/2009/03/25/exchange-management-shell-export-mailbox-to-pst-script/comment-page-1/#comment-16101</link>
		<dc:creator>JJ</dc:creator>
		<pubDate>Tue, 05 Apr 2011 11:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://mattlog.net/?p=143#comment-16101</guid>
		<description>Hi there, what will this script look like if I would export all the mailboxes to .pst automatically? Say you have 500 mailboxes and need to automatically export and create folders and pst&#039;s?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi there, what will this script look like if I would export all the mailboxes to .pst automatically? Say you have 500 mailboxes and need to automatically export and create folders and pst&#8217;s?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meri Damours</title>
		<link>http://mattlog.net/2009/03/25/exchange-management-shell-export-mailbox-to-pst-script/comment-page-1/#comment-14358</link>
		<dc:creator>Meri Damours</dc:creator>
		<pubDate>Tue, 08 Mar 2011 17:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://mattlog.net/?p=143#comment-14358</guid>
		<description>Well done on a great site, keep up the good work - Love from all of us at IBM Server Configuration</description>
		<content:encoded><![CDATA[<p>Well done on a great site, keep up the good work &#8211; Love from all of us at IBM Server Configuration</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Shadbolt</title>
		<link>http://mattlog.net/2009/03/25/exchange-management-shell-export-mailbox-to-pst-script/comment-page-1/#comment-3316</link>
		<dc:creator>Matt Shadbolt</dc:creator>
		<pubDate>Wed, 10 Mar 2010 21:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://mattlog.net/?p=143#comment-3316</guid>
		<description>Ah of course, I did know that the shell needs to be 32-bit but didn&#039;t put that in my original post. Updated.</description>
		<content:encoded><![CDATA[<p>Ah of course, I did know that the shell needs to be 32-bit but didn&#8217;t put that in my original post. Updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernanda</title>
		<link>http://mattlog.net/2009/03/25/exchange-management-shell-export-mailbox-to-pst-script/comment-page-1/#comment-3309</link>
		<dc:creator>Fernanda</dc:creator>
		<pubDate>Wed, 10 Mar 2010 14:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://mattlog.net/?p=143#comment-3309</guid>
		<description>I ran the shell as administrator and the problem did not resolve.
However, another error message appeared.
I had to install the admin tools for exchange on my desktop because this command has to run on 32-bit computer.
And now it runs ok.

Thanks for the help.</description>
		<content:encoded><![CDATA[<p>I ran the shell as administrator and the problem did not resolve.<br />
However, another error message appeared.<br />
I had to install the admin tools for exchange on my desktop because this command has to run on 32-bit computer.<br />
And now it runs ok.</p>
<p>Thanks for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Shadbolt</title>
		<link>http://mattlog.net/2009/03/25/exchange-management-shell-export-mailbox-to-pst-script/comment-page-1/#comment-3303</link>
		<dc:creator>Matt Shadbolt</dc:creator>
		<pubDate>Wed, 10 Mar 2010 07:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://mattlog.net/?p=143#comment-3303</guid>
		<description>So it looks like the account your running the EMS shell from doesn&#039;t have permissions to write to that directory. You need to run the shell as a user who has Exchange Admin group membership, and an account that has access to that logs directory?

In the shell you are running EMS from, are you able to create a text file?</description>
		<content:encoded><![CDATA[<p>So it looks like the account your running the EMS shell from doesn&#8217;t have permissions to write to that directory. You need to run the shell as a user who has Exchange Admin group membership, and an account that has access to that logs directory?</p>
<p>In the shell you are running EMS from, are you able to create a text file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernanda</title>
		<link>http://mattlog.net/2009/03/25/exchange-management-shell-export-mailbox-to-pst-script/comment-page-1/#comment-3288</link>
		<dc:creator>Fernanda</dc:creator>
		<pubDate>Tue, 09 Mar 2010 12:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://mattlog.net/?p=143#comment-3288</guid>
		<description>I just create the directory and another error appeared:
&quot;Cannot open the log file &#039;C:\Program Files\Microsoft\Exchange Server\Logging\MigrationLogs\export-Mailbox20100309-090258-6492356.log&#039;.&quot;
I think this command seems to create a log file and open it but, when I come to the folder, the file is not there.</description>
		<content:encoded><![CDATA[<p>I just create the directory and another error appeared:<br />
&#8220;Cannot open the log file &#8216;C:\Program Files\Microsoft\Exchange Server\Logging\MigrationLogs\export-Mailbox20100309-090258-6492356.log&#8217;.&#8221;<br />
I think this command seems to create a log file and open it but, when I come to the folder, the file is not there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Shadbolt</title>
		<link>http://mattlog.net/2009/03/25/exchange-management-shell-export-mailbox-to-pst-script/comment-page-1/#comment-3278</link>
		<dc:creator>Matt Shadbolt</dc:creator>
		<pubDate>Mon, 08 Mar 2010 22:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://mattlog.net/?p=143#comment-3278</guid>
		<description>Does it work if you create the directory?</description>
		<content:encoded><![CDATA[<p>Does it work if you create the directory?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernanda</title>
		<link>http://mattlog.net/2009/03/25/exchange-management-shell-export-mailbox-to-pst-script/comment-page-1/#comment-3273</link>
		<dc:creator>Fernanda</dc:creator>
		<pubDate>Mon, 08 Mar 2010 14:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://mattlog.net/?p=143#comment-3273</guid>
		<description>When running the script, the prompt shows the following error:&quot;The log file directory &#039;C:\Program Files\Microsoft\Exchange Server\Logging\MigrationLogs&#039; does not exist.&quot;

Is there a solution for this?</description>
		<content:encoded><![CDATA[<p>When running the script, the prompt shows the following error:&#8221;The log file directory &#8216;C:\Program Files\Microsoft\Exchange Server\Logging\MigrationLogs&#8217; does not exist.&#8221;</p>
<p>Is there a solution for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mattshadbolt</title>
		<link>http://mattlog.net/2009/03/25/exchange-management-shell-export-mailbox-to-pst-script/comment-page-1/#comment-253</link>
		<dc:creator>mattshadbolt</dc:creator>
		<pubDate>Fri, 15 May 2009 04:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://mattlog.net/?p=143#comment-253</guid>
		<description>Good stuff. It&#039;s likely your .NET runtime version is old. Glad you&#039;ve got it working though :)</description>
		<content:encoded><![CDATA[<p>Good stuff. It&#8217;s likely your .NET runtime version is old. Glad you&#8217;ve got it working though <img src='http://mattlog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

