<?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: Using the Exchange 2010 SP1 Mailbox Export features for Mass Exports to PST files</title>
	<atom:link href="http://www.stevieg.org/2010/07/using-the-exchange-2010-sp1-mailbox-export-features-for-mass-exports-to-pst/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevieg.org/2010/07/using-the-exchange-2010-sp1-mailbox-export-features-for-mass-exports-to-pst/</link>
	<description>The weblog of an IT pro specialising in Exchange, Exchange, VMware, Servers and Storage</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:24:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: James</title>
		<link>http://www.stevieg.org/2010/07/using-the-exchange-2010-sp1-mailbox-export-features-for-mass-exports-to-pst/comment-page-2/#comment-3367</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 07 Feb 2012 10:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevieg.org/?p=307#comment-3367</guid>
		<description>I am using this script at the moment and it&#039;s working very well on a hosted exchange box. I would like to add an option to put the PST in a folder based on the Organization Name, so it creates a folder for that Organization and puts their PST files into that folder. Is it possible to do this? if so what would i need to change in the script?</description>
		<content:encoded><![CDATA[<p>I am using this script at the moment and it&#8217;s working very well on a hosted exchange box. I would like to add an option to put the PST in a folder based on the Organization Name, so it creates a folder for that Organization and puts their PST files into that folder. Is it possible to do this? if so what would i need to change in the script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arsen</title>
		<link>http://www.stevieg.org/2010/07/using-the-exchange-2010-sp1-mailbox-export-features-for-mass-exports-to-pst/comment-page-2/#comment-3352</link>
		<dc:creator>Arsen</dc:creator>
		<pubDate>Mon, 06 Feb 2012 10:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevieg.org/?p=307#comment-3352</guid>
		<description>Hi, Steve!

I have some problem with export folder &quot;Conversation History&quot; (Lync 2010 conversation history)

I tried commands:
New-MailboxExportRequest -Mailbox alias -FilePath &quot;\\server\Export$\alias.pst&quot; -IncludeFolders &quot;#CommunicationHistory#&quot;
where &quot;CommunicationHistory&quot; well-known folder (from help this command)
Result: &quot;The provided IncludeFolders or ExcludeFolders value is invalid. Folder alias &#039;CommunicationHistory&#039; is invalid.&quot;

Also I tried:
New-MailboxExportRequest -Mailbox alias -FilePath &quot;\\server\Export$\alias.pst&quot; -ContentFilter {MessageKind -eq IM}
Result:&quot;The provided ContentFilter value is invalid. ContentFilter is invalid. Invalid filter syntax. For a description of the filter parameter syntax see the command help.&quot;</description>
		<content:encoded><![CDATA[<p>Hi, Steve!</p>
<p>I have some problem with export folder &#8220;Conversation History&#8221; (Lync 2010 conversation history)</p>
<p>I tried commands:<br />
New-MailboxExportRequest -Mailbox alias -FilePath &#8220;\\server\Export$\alias.pst&#8221; -IncludeFolders &#8220;#CommunicationHistory#&#8221;<br />
where &#8220;CommunicationHistory&#8221; well-known folder (from help this command)<br />
Result: &#8220;The provided IncludeFolders or ExcludeFolders value is invalid. Folder alias &#8216;CommunicationHistory&#8217; is invalid.&#8221;</p>
<p>Also I tried:<br />
New-MailboxExportRequest -Mailbox alias -FilePath &#8220;\\server\Export$\alias.pst&#8221; -ContentFilter {MessageKind -eq IM}<br />
Result:&#8221;The provided ContentFilter value is invalid. ContentFilter is invalid. Invalid filter syntax. For a description of the filter parameter syntax see the command help.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Brower</title>
		<link>http://www.stevieg.org/2010/07/using-the-exchange-2010-sp1-mailbox-export-features-for-mass-exports-to-pst/comment-page-2/#comment-3331</link>
		<dc:creator>Bill Brower</dc:creator>
		<pubDate>Thu, 02 Feb 2012 15:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevieg.org/?p=307#comment-3331</guid>
		<description>Hi, Steve.

Great work, and thank you for sharing.

I can export individual mailboxes just fine, but have a situation now where an OU hs been created and disabled user accounts placed into it.

They cannot be deleted until their individual mailboxes are exported to .pst files for use by HR if necessary.

My knowledge of scripting is right up there with my knowledge of rocket science, and I&#039;m not up tosped on rocket science, either! :-) 

Is it possible to modify your script example so that it will export the mailboxes for all users of a specified OU within Active Directory, e.g. &quot;Disbled,&quot; for example

Thanks,
Bill</description>
		<content:encoded><![CDATA[<p>Hi, Steve.</p>
<p>Great work, and thank you for sharing.</p>
<p>I can export individual mailboxes just fine, but have a situation now where an OU hs been created and disabled user accounts placed into it.</p>
<p>They cannot be deleted until their individual mailboxes are exported to .pst files for use by HR if necessary.</p>
<p>My knowledge of scripting is right up there with my knowledge of rocket science, and I&#8217;m not up tosped on rocket science, either! <img src='http://www.stevieg.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
<p>Is it possible to modify your script example so that it will export the mailboxes for all users of a specified OU within Active Directory, e.g. &#8220;Disbled,&#8221; for example</p>
<p>Thanks,<br />
Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Goodman</title>
		<link>http://www.stevieg.org/2010/07/using-the-exchange-2010-sp1-mailbox-export-features-for-mass-exports-to-pst/comment-page-2/#comment-3319</link>
		<dc:creator>Steve Goodman</dc:creator>
		<pubDate>Wed, 01 Feb 2012 18:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevieg.org/?p=307#comment-3319</guid>
		<description>Yep, that sounds about right

Steve</description>
		<content:encoded><![CDATA[<p>Yep, that sounds about right</p>
<p>Steve</p>
]]></content:encoded>
	</item>
</channel>
</rss>

