<?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: Managed Folder Policies</title>
	<atom:link href="http://www.exchange-genie.com/2007/11/managed-folder-policies/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.exchange-genie.com/2007/11/managed-folder-policies/</link>
	<description>This blog is dedicated to Microsoft Exchange</description>
	<lastBuildDate>Thu, 02 Feb 2012 00:44:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Exchange Genie</title>
		<link>http://www.exchange-genie.com/2007/11/managed-folder-policies/comment-page-1/#comment-24426</link>
		<dc:creator>Exchange Genie</dc:creator>
		<pubDate>Wed, 14 Dec 2011 22:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-genie.com/?p=25#comment-24426</guid>
		<description>Policies are applied to each user so you would create two policies and apply the appropriate one to the the correct users</description>
		<content:encoded><![CDATA[<p>Policies are applied to each user so you would create two policies and apply the appropriate one to the the correct users</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.exchange-genie.com/2007/11/managed-folder-policies/comment-page-1/#comment-24402</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Wed, 14 Dec 2011 15:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-genie.com/?p=25#comment-24402</guid>
		<description>This is great info.  

One last question - Can one &quot;Managed Default Folder&quot; (specifically &quot;Deleted Items&quot;) have two &quot;Managed Content Settings&quot; applied to it?  I am trying to set some users to delete deleted items after 30 days, and others after 90 days.  However when I try to create a second &quot;Managed Content Setting&quot; it fails.  

Any help is appreciated.</description>
		<content:encoded><![CDATA[<p>This is great info.  </p>
<p>One last question &#8211; Can one &#8220;Managed Default Folder&#8221; (specifically &#8220;Deleted Items&#8221;) have two &#8220;Managed Content Settings&#8221; applied to it?  I am trying to set some users to delete deleted items after 30 days, and others after 90 days.  However when I try to create a second &#8220;Managed Content Setting&#8221; it fails.  </p>
<p>Any help is appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Exchange Genie</title>
		<link>http://www.exchange-genie.com/2007/11/managed-folder-policies/comment-page-1/#comment-24018</link>
		<dc:creator>Exchange Genie</dc:creator>
		<pubDate>Sun, 11 Dec 2011 05:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-genie.com/?p=25#comment-24018</guid>
		<description>Kevin,

 What version of Exchange are you using? As of Exchange 2010 SP1 the UI for managed folders was removed and retention tags which are replaces managed folders are in place. No policy will go against any users until they are assigned it. So, if you created the policy properly you wont affect anyone outside your test group.

3. In this situation it will apply only to that test user and to no one else, is that correct?
---Yes that is correct

Assume all the above is true, can I then apply these 2 different policies to groups rather than to a lot of individual mailboxes?
--The policies need to be applied to the mailboxes not group and a simple powershell command can do this for you with somthing like get-mailbox &#124; where ($_.someattribute to distinguish role -eq &#039;teacher&#039;) &#124; set-mailbox etc.</description>
		<content:encoded><![CDATA[<p>Kevin,</p>
<p> What version of Exchange are you using? As of Exchange 2010 SP1 the UI for managed folders was removed and retention tags which are replaces managed folders are in place. No policy will go against any users until they are assigned it. So, if you created the policy properly you wont affect anyone outside your test group.</p>
<p>3. In this situation it will apply only to that test user and to no one else, is that correct?<br />
&#8212;Yes that is correct</p>
<p>Assume all the above is true, can I then apply these 2 different policies to groups rather than to a lot of individual mailboxes?<br />
&#8211;The policies need to be applied to the mailboxes not group and a simple powershell command can do this for you with somthing like get-mailbox | where ($_.someattribute to distinguish role -eq &#8216;teacher&#8217;) | set-mailbox etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.exchange-genie.com/2007/11/managed-folder-policies/comment-page-1/#comment-23763</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 08 Dec 2011 21:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-genie.com/?p=25#comment-23763</guid>
		<description>I am trying to complete what I would think is a very easy task.  I work at a school with teachers and administrators.  I am trying to create a rule where deleted items are removed from the deleted items folder after they are a year old.  I want to apply the policy to teachers.  I want to make a similar policy for administrators but remove items after 3 years.  I want to test this policy on test users before I apply it to all teachers.  I also want to make sure I don&#039;t accidentally delete live mail for users outside of my test group.  

I am having trouble verifying the following things
1. When I create a new managed content setting for &quot;Deleted Items&quot; in the &quot;Managed Default Folders&quot; window under &quot;Org. Config&quot;&gt;Mailbox, that it won&#039;t apply to any users until I configure it to.  
2. I can configure it on a test user by then creating a &quot;Managed Folder Mailbox Policy&quot; then configure that test users &quot;Messaging Records Management&quot; under &quot;Mailbox Settings&quot; of that users mailbox properties.
3. In this situation it will apply only to that test user and to no one else, is that correct?

If mail gets deleted outside of my test group that would be really bad, so I am trying to be certain of this.

Assume all the above is true, can I then apply these 2 different policies to groups rather than to a lot of individual mailboxes?

Any help is appreciated, and thanks!
-KH</description>
		<content:encoded><![CDATA[<p>I am trying to complete what I would think is a very easy task.  I work at a school with teachers and administrators.  I am trying to create a rule where deleted items are removed from the deleted items folder after they are a year old.  I want to apply the policy to teachers.  I want to make a similar policy for administrators but remove items after 3 years.  I want to test this policy on test users before I apply it to all teachers.  I also want to make sure I don&#8217;t accidentally delete live mail for users outside of my test group.  </p>
<p>I am having trouble verifying the following things<br />
1. When I create a new managed content setting for &#8220;Deleted Items&#8221; in the &#8220;Managed Default Folders&#8221; window under &#8220;Org. Config&#8221;&gt;Mailbox, that it won&#8217;t apply to any users until I configure it to.<br />
2. I can configure it on a test user by then creating a &#8220;Managed Folder Mailbox Policy&#8221; then configure that test users &#8220;Messaging Records Management&#8221; under &#8220;Mailbox Settings&#8221; of that users mailbox properties.<br />
3. In this situation it will apply only to that test user and to no one else, is that correct?</p>
<p>If mail gets deleted outside of my test group that would be really bad, so I am trying to be certain of this.</p>
<p>Assume all the above is true, can I then apply these 2 different policies to groups rather than to a lot of individual mailboxes?</p>
<p>Any help is appreciated, and thanks!<br />
-KH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: helen</title>
		<link>http://www.exchange-genie.com/2007/11/managed-folder-policies/comment-page-1/#comment-20197</link>
		<dc:creator>helen</dc:creator>
		<pubDate>Fri, 14 Oct 2011 11:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-genie.com/?p=25#comment-20197</guid>
		<description>Hi,

I got it working;

When you choose &quot;When item is moved to the folder&quot; as the start of the Retention Period, the retention period doesn&#039;t actually start until the next time the Managed Folder Assistant runs. 

http://blogs.technet.com/b/dhardin/archive/2009/05/25/understanding-retention-periods-for-messaging-records-management-mrm.aspx</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I got it working;</p>
<p>When you choose &#8220;When item is moved to the folder&#8221; as the start of the Retention Period, the retention period doesn&#8217;t actually start until the next time the Managed Folder Assistant runs. </p>
<p><a href="http://blogs.technet.com/b/dhardin/archive/2009/05/25/understanding-retention-periods-for-messaging-records-management-mrm.aspx" rel="nofollow">http://blogs.technet.com/b/dhardin/archive/2009/05/25/understanding-retention-periods-for-messaging-records-management-mrm.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: helen</title>
		<link>http://www.exchange-genie.com/2007/11/managed-folder-policies/comment-page-1/#comment-20195</link>
		<dc:creator>helen</dc:creator>
		<pubDate>Fri, 14 Oct 2011 10:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-genie.com/?p=25#comment-20195</guid>
		<description>I have follow this set by step and it doesn&#039;t work. I am using exchange 2007 sp3 and outlook 2010</description>
		<content:encoded><![CDATA[<p>I have follow this set by step and it doesn&#8217;t work. I am using exchange 2007 sp3 and outlook 2010</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.exchange-genie.com/2007/11/managed-folder-policies/comment-page-1/#comment-20081</link>
		<dc:creator>George</dc:creator>
		<pubDate>Wed, 12 Oct 2011 00:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-genie.com/?p=25#comment-20081</guid>
		<description>How do you apply Pol1 ( delete older than 90 days from deleted forder) Pol2 ( delete older the 6 months from Sent Items) for all users?</description>
		<content:encoded><![CDATA[<p>How do you apply Pol1 ( delete older than 90 days from deleted forder) Pol2 ( delete older the 6 months from Sent Items) for all users?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Exchange Genie</title>
		<link>http://www.exchange-genie.com/2007/11/managed-folder-policies/comment-page-1/#comment-19037</link>
		<dc:creator>Exchange Genie</dc:creator>
		<pubDate>Fri, 02 Sep 2011 13:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-genie.com/?p=25#comment-19037</guid>
		<description>Did you apply the policy to the user or did you just create a retension tag that they can apply?</description>
		<content:encoded><![CDATA[<p>Did you apply the policy to the user or did you just create a retension tag that they can apply?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.exchange-genie.com/2007/11/managed-folder-policies/comment-page-1/#comment-18776</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 21 Aug 2011 07:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-genie.com/?p=25#comment-18776</guid>
		<description>I have a policy called Delete mail after 5 days from the outbox.I would like to get the details of the users applied this policy.How do I get that.Please help</description>
		<content:encoded><![CDATA[<p>I have a policy called Delete mail after 5 days from the outbox.I would like to get the details of the users applied this policy.How do I get that.Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Exchange Genie</title>
		<link>http://www.exchange-genie.com/2007/11/managed-folder-policies/comment-page-1/#comment-17412</link>
		<dc:creator>Exchange Genie</dc:creator>
		<pubDate>Wed, 02 Mar 2011 20:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-genie.com/?p=25#comment-17412</guid>
		<description>The first statemend will be Exchange 2010 is moving from Managed folder to retension tags that work at the message level.

Second if you want 2 different polices for 2 different mailboxes you can do this, you just have to create 2 different managed folder policies and apply them to the appropriate user.</description>
		<content:encoded><![CDATA[<p>The first statemend will be Exchange 2010 is moving from Managed folder to retension tags that work at the message level.</p>
<p>Second if you want 2 different polices for 2 different mailboxes you can do this, you just have to create 2 different managed folder policies and apply them to the appropriate user.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

